CITATION.cff
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
mtplx/__init__.py
mtplx/adaptive.py
mtplx/artifacts.py
mtplx/attention_split.py
mtplx/block_attention.py
mtplx/cache_state.py
mtplx/cli.py
mtplx/config.py
mtplx/constants.py
mtplx/deepseek_mtp_patch.py
mtplx/diagnostics.py
mtplx/draft_lm_head.py
mtplx/draft_sampling.py
mtplx/engine_session.py
mtplx/env.py
mtplx/errors.py
mtplx/fast_sampling.py
mtplx/gdn_capture.py
mtplx/generation.py
mtplx/glm_mtp_patch.py
mtplx/graphbank.py
mtplx/hf_loader.py
mtplx/mimo_mtp_patch.py
mtplx/mtp_adapters.py
mtplx/mtp_patch.py
mtplx/native_mlp.py
mtplx/nemotron_h_mtp_patch.py
mtplx/profiles.py
mtplx/proposal_reranker.py
mtplx/runtime.py
mtplx/sampling.py
mtplx/session_bank.py
mtplx/speculative.py
mtplx/thermal.py
mtplx/thermal_sidecar.py
mtplx/trace_parity.py
mtplx/turboquant.py
mtplx/verify_qmv.py
mtplx/version.py
mtplx.egg-info/PKG-INFO
mtplx.egg-info/SOURCES.txt
mtplx.egg-info/dependency_links.txt
mtplx.egg-info/entry_points.txt
mtplx.egg-info/requires.txt
mtplx.egg-info/top_level.txt
mtplx/backends/__init__.py
mtplx/backends/deepseek_mtp.py
mtplx/backends/glm_mtp.py
mtplx/backends/mimo_mtp.py
mtplx/backends/nemotron_h_mtp.py
mtplx/backends/qwen3_next.py
mtplx/backends/registry.py
mtplx/benchmarks/__init__.py
mtplx/benchmarks/schema.py
mtplx/benchmarks/prompts/calibration_coding.jsonl
mtplx/benchmarks/prompts/default.jsonl
mtplx/benchmarks/prompts/flappy.jsonl
mtplx/benchmarks/prompts/long_code.jsonl
mtplx/benchmarks/prompts/long_code_uncapped.jsonl
mtplx/benchmarks/prompts/python_modules_long.jsonl
mtplx/benchmarks/runners/__init__.py
mtplx/benchmarks/runners/batch_equivalence.py
mtplx/benchmarks/runners/capture_commit_equivalence.py
mtplx/benchmarks/runners/competitor_baselines.py
mtplx/benchmarks/runners/contract_probe.py
mtplx/benchmarks/runners/harness.py
mtplx/benchmarks/runners/mtp1_gate.py
mtplx/benchmarks/runners/mtp1_sampler_smoke.py
mtplx/benchmarks/runners/mtp_adaptive.py
mtplx/benchmarks/runners/mtp_chain_probe.py
mtplx/benchmarks/runners/mtp_depth_grid.py
mtplx/benchmarks/runners/mtp_depth_sweep.py
mtplx/benchmarks/runners/mtp_tree_probe.py
mtplx/benchmarks/runners/multi_qmv_probe.py
mtplx/benchmarks/runners/preflight.py
mtplx/benchmarks/runners/runtime_smoke.py
mtplx/benchmarks/runners/session_bank.py
mtplx/benchmarks/runners/truth.py
mtplx/benchmarks/runners/verify_profile.py
mtplx/benchmarks/runners/verify_qmm_probe.py
mtplx/benchmarks/runners/verify_ratio.py
mtplx/benchmarks/validators/__init__.py
mtplx/benchmarks/validators/basic.py
mtplx/commands/__init__.py
mtplx/commands/public.py
mtplx/correctors/__init__.py
mtplx/correctors/diagonal_affine.py
mtplx/correctors/low_rank.py
mtplx/kernels/__init__.py
mtplx/kernels/copy_leaf.py
mtplx/kernels/fused_norm.py
mtplx/kernels/lm_head_topk.py
mtplx/kernels/logits_topk.py
mtplx/kernels/native_gdn_tail.py
mtplx/kernels/sdpa_2pass.py
mtplx/kernels/sdpa_2pass_paged.py
mtplx/kernels/verify_mlp_fused.py
mtplx/kpi/__init__.py
mtplx/kpi/reference_vllm.py
mtplx/kpi/runtime_kpis.py
mtplx/server/__init__.py
mtplx/server/openai.py
mtplx/ui/__init__.py
mtplx/ui/banner.py
mtplx/ui/chat_printer.py
mtplx/ui/download_progress.py
mtplx/ui/onboarding.py
mtplx/ui/panels.py
mtplx/ui/progress.py
tests/test_adaptive.py
tests/test_artifacts.py
tests/test_cache_state.py
tests/test_config.py
tests/test_context_degradation_profiles.py
tests/test_correctors.py
tests/test_diagnostics.py
tests/test_download_progress.py
tests/test_draft_lm_head.py
tests/test_hf_loader.py
tests/test_hygiene_scan.py
tests/test_max_idle_watchdog.py
tests/test_max_lifecycle.py
tests/test_mtp_patch.py
tests/test_no_mlx_imports.py
tests/test_onboarding.py
tests/test_openai_bridge.py
tests/test_phase0h_paged_verifier_exactness.py
tests/test_profiles.py
tests/test_prompt_encoding.py
tests/test_public_cli.py
tests/test_runtime_kpis.py
tests/test_sampling.py
tests/test_server_openai.py
tests/test_thermal.py
tests/test_thermal_sidecar.py
tests/test_trace_parity.py
tests/test_ui_progress.py
tests/test_validators.py
tests/test_vllm_reference.py