LICENSE
README.md
pyproject.toml
ac/__init__.py
ac/ablation_fit.py
ac/architecture.py
ac/auto_calibrate.py
ac/baseline.py
ac/baseline_delta.py
ac/budget_pareto.py
ac/cli_compile.py
ac/cli_delta_eval.py
ac/cli_matrix18b.py
ac/cli_recipe.py
ac/cli_stress.py
ac/cli_trust_audit.py
ac/decision.py
ac/delta_engine.py
ac/evaluator.py
ac/implementation_generator.py
ac/justification.py
ac/justify_transition.py
ac/ladder_plan.py
ac/lattice_engine.py
ac/modifier.py
ac/operational_flags.py
ac/optimizer.py
ac/optimizer_bridge.py
ac/pareto_position.py
ac/penalties.py
ac/pricing.py
ac/quality_defaults.yaml
ac/quality_model.py
ac/quality_stress.py
ac/rank.py
ac/report.py
ac/schema.py
ac/serving_workload.py
ac/shadow_prices.py
ac/sram_derivation.py
ac/stress.py
ac/throughput_model.py
ac/transition.py
ac/trust_audit.py
ac/calibration/b200_calibration.json
ac/calibration/family_bias_v1.json
ac/calibration/h100_calibration.json
ac/calibration/tpu_v5p_calibration.json
ac/deltas/__init__.py
ac/deltas/add_state_layers.py
ac/deltas/base.py
ac/deltas/change_moe_topology.py
ac/deltas/change_parallelism.py
ac/deltas/change_precision_per_component.py
ac/deltas/densify_first_k.py
ac/deltas/interleave_local_attention.py
ac/deltas/scale_d_model.py
ac/deltas/scale_n_layers.py
ac/deltas/swap_attention_to_gqa.py
ac/deltas/swap_attention_to_mla.py
ac/deltas/swap_attention_to_swa.py
ac/hardware_specs/b200.json
ac/hardware_specs/gb200_nvl72.json
ac/hardware_specs/h100_sxm.json
ac/hardware_specs/h800.json
ac/hardware_specs/tpu_v5e.json
ac/hardware_specs/tpu_v5p.json
ac/hardware_specs/trainium2.json
ac/hardware_specs/trainium3.json
ac/packaged_configs/gpt_oss_120b.json
ac/packaged_configs/mai_thinking_1.json
ac/packaged_configs/mistral_7b.json
ac/pricing_specs/b200.json
ac/pricing_specs/h100.json
ac/pricing_specs/tpu_v5e.json
ac/pricing_specs/tpu_v5p.json
ac/pricing_specs/trainium2.json
ac/pricing_specs/trainium3.json
archc.egg-info/PKG-INFO
archc.egg-info/SOURCES.txt
archc.egg-info/dependency_links.txt
archc.egg-info/entry_points.txt
archc.egg-info/requires.txt
archc.egg-info/top_level.txt
tests/test_anchor_registry_ledger.py
tests/test_architecture_signature.py
tests/test_architecture_wiring.py
tests/test_budget_pareto.py
tests/test_cell_output_schema.py
tests/test_cli_smoke.py
tests/test_compressed_attention.py
tests/test_decision_assessment.py
tests/test_decode_allreduce_realism.py
tests/test_delta_registry_contracts.py
tests/test_effective_quality_model.py
tests/test_ep72_pareto.py
tests/test_ep_domain_routing.py
tests/test_evaluator_units.py
tests/test_family_view.py
tests/test_feasibility_guards.py
tests/test_golden_matrix.py
tests/test_hardware_precision_model.py
tests/test_known_arch_picked.py
tests/test_known_arch_predictions.py
tests/test_local_global_interleave.py
tests/test_matrix_driver_integrity.py
tests/test_matrix_invariants.py
tests/test_moe_throughput_and_ep.py
tests/test_nvl72_system_spec.py
tests/test_operational_flags.py
tests/test_optimize_across_contexts.py
tests/test_optimizer_self_consistency.py
tests/test_packaged_configs_sync.py
tests/test_paired_decisions_and_ladders.py
tests/test_picker_tiebreaks_and_contenders.py
tests/test_pp_decode_serving.py
tests/test_pp_search.py
tests/test_pricing.py
tests/test_public_model_anchors.py
tests/test_quality_model_regressions.py
tests/test_reference_config_ledger.py
tests/test_seam_contract.py
tests/test_serving_workload.py
tests/test_signature_integration.py
tests/test_specific_bug_regressions.py
tests/test_stress_diagnostics.py
tests/test_training_memory_axis.py
tests/test_trust_audit.py
tests/test_trust_audit_anchors.py
tests/test_ttft_prompt_honesty.py
tests/test_two_stage_evaluation.py