LICENSE
README.md
pyproject.toml
squish/__init__.py
squish/_fast_imports.py
squish/_term.py
squish/backend.py
squish/catalog.py
squish/cli.py
squish/compressed_loader_torch.py
squish/config.py
squish/convert.py
squish/logging_config.py
squish/semantic_cache.py
squish/server.py
squish/telemetry.py
squish/ui.py
squish/agent/__init__.py
squish/agent/builtin_tools.py
squish/agent/tool_name_map.py
squish/agent/tool_registry.py
squish/api/__init__.py
squish/api/v1_router.py
squish/context/__init__.py
squish/context/lazy_llm.py
squish/context/prompt_compressor.py
squish/daemon/__init__.py
squish/daemon/client.py
squish/daemon/launchagent.py
squish/daemon/squishd.py
squish/experimental/__init__.py
squish/experimental/_eval_torch.py
squish/experimental/astc_loader.py
squish/experimental/convert_coreml.py
squish/experimental/coreml_loader.py
squish/experimental/hqq_quant.py
squish/experimental/jacobi_decode.py
squish/experimental/layer_overlap_loader.py
squish/experimental/lm_studio_bridge.py
squish/experimental/localai_compat.py
squish/experimental/spin_quant.py
squish/experimental/structured_sparsity.py
squish/experimental/torch_ops.py
squish/grammar/__init__.py
squish/grammar/grammar_cache.py
squish/grammar/grammar_engine.py
squish/grammar/schema_gen.py
squish/hardware/__init__.py
squish/hardware/capability_probe.py
squish/hardware/chip_detector.py
squish/hardware/fused_kernels.py
squish/hardware/fused_sampler.py
squish/hardware/production_profiler.py
squish/integrations/__init__.py
squish/integrations/hf.py
squish/io/__init__.py
squish/io/entropy.py
squish/io/gguf_loader.py
squish/io/loader_utils.py
squish/io/model_shard_loader.py
squish/io/split_loader.py
squish/io/weight_decompress_stream.py
squish/kv/__init__.py
squish/kv/block_kv_cache.py
squish/kv/delta.py
squish/kv/head_importance.py
squish/kv/kv_cache.py
squish/kv/mmap_cache.py
squish/kv/prompt_kv_cache.py
squish/kv/radix_cache.py
squish/loaders/__init__.py
squish/platform/__init__.py
squish/platform/ane_router.py
squish/platform/detector.py
squish/platform/feature_registry.py
squish/platform/platform_router.py
squish/quant/__init__.py
squish/quant/aqlm.py
squish/quant/awq.py
squish/quant/compressed_loader.py
squish/quant/hqq.py
squish/quant/int3_linear.py
squish/quant/int3_runtime.py
squish/quant/milo_quant.py
squish/quant/quantizer.py
squish/quant/sqint2.py
squish/quant/sqint2_linear.py
squish/reasoning/__init__.py
squish/reasoning/coconut.py
squish/reasoning/self_consistency.py
squish/runtime/__init__.py
squish/runtime/auto_profile.py
squish/runtime/format_validator.py
squish/runtime/squish_runtime.py
squish/serving/__init__.py
squish/serving/backend_router.py
squish/serving/blazing.py
squish/serving/feature_state.py
squish/serving/kernel_cache.py
squish/serving/local_model_scanner.py
squish/serving/mcp_client.py
squish/serving/memory_governor.py
squish/serving/obs_report.py
squish/serving/ollama_compat.py
squish/serving/quality_monitor.py
squish/serving/router.py
squish/serving/scheduler.py
squish/serving/startup_profiler.py
squish/serving/tool_calling.py
squish/speculative/__init__.py
squish/speculative/eagle3.py
squish/speculative/prompt_lookup.py
squish/speculative/speculative.py
squish/squash/mlflow_bridge.py
squish/squash/qtip_loader.py
squish/streaming/__init__.py
squish/streaming/chunked_prefill.py
squish/streaming/streaming_sink.py
squish/vendor/__init__.py
squish/vendor/squish_quant-0.1.0-cp38-abi3-macosx_11_0_arm64.whl
squish_ai.egg-info/PKG-INFO
squish_ai.egg-info/SOURCES.txt
squish_ai.egg-info/dependency_links.txt
squish_ai.egg-info/entry_points.txt
squish_ai.egg-info/requires.txt
squish_ai.egg-info/top_level.txt
tests/test_auto_calibrate.py
tests/test_backend_unit.py
tests/test_bench.py
tests/test_block_kv_cache.py
tests/test_catalog_branches.py
tests/test_catalog_extended.py
tests/test_catalog_hash.py
tests/test_catalog_ssl.py
tests/test_catalog_unit.py
tests/test_cli_eval.py
tests/test_cli_extras.py
tests/test_cli_sbom.py
tests/test_cli_unit.py
tests/test_compressed_loader_torch_unit.py
tests/test_config_unit.py
tests/test_convert_unit.py
tests/test_demo_server.py
tests/test_docker_entrypoint_unit.py
tests/test_eval_binder.py
tests/test_fast_imports.py
tests/test_governor_middleware.py
tests/test_grammar_independent_mask.py
tests/test_helm_chart_unit.py
tests/test_kitty_channel_sensitivity.py
tests/test_kv_budget.py
tests/test_kv_int2.py
tests/test_kv_int4.py
tests/test_kv_p1.py
tests/test_lazy_load_modes.py
tests/test_load_mlx_model_parallel.py
tests/test_logging_config_unit.py
tests/test_oms_signer.py
tests/test_openai_compat.py
tests/test_predownload_scan.py
tests/test_prompt_kv_cache.py
tests/test_quality_monitor.py
tests/test_quant_aqlm.py
tests/test_radix_kv_reuse_integration.py
tests/test_router.py
tests/test_rust_matmul.py
tests/test_sbom_builder.py
tests/test_spaces_demo.py
tests/test_sparsity_trim.py
tests/test_sqint2.py
tests/test_sqint2_compress.py
tests/test_sqint2_linear.py
tests/test_sqint2_loader.py
tests/test_sqint2_residual_gemv.py
tests/test_sqint2_router.py
tests/test_squash_w84.py
tests/test_squash_w85.py
tests/test_squash_w86.py
tests/test_squash_w87.py
tests/test_squishd_unit.py
tests/test_stop_token_suppression.py
tests/test_synthetic_model_fixture.py
tests/test_telemetry_unit.py
tests/test_term_unit.py
tests/test_tool_choice_unit.py
tests/test_torch_ops_unit.py
tests/test_ui_unit.py
tests/test_version.py
tests/test_wave108_calculator.py
tests/test_wave114_rep_loop.py
tests/test_wave119_dead_stub_purge.py
tests/test_wave120_dead_global_purge.py
tests/test_wave123_empty_section_purge.py
tests/test_wave124_orphan_global_purge.py
tests/test_wave125_stale_comment_purge.py
tests/test_wave126_empty_header_purge.py
tests/test_wave64a_trace_endpoint.py
tests/test_wave70_squish_runtime.py
tests/test_wave74_run_polish.py
tests/test_wave74_web_ui.py
tests/test_wave75_perf_foundations.py
tests/test_wave76_agent_tools.py
tests/test_wave78_perf_quality.py
tests/test_wave79_auto_profile.py
tests/test_wave79_startup_inference.py
tests/test_wave80_chunk_fingerprint.py
tests/test_wave81_blazing_m3.py
tests/test_wave81_orjson_sse.py
tests/test_wave82_autoload_eagle3.py
tests/test_wave82_ux_polish.py
tests/test_wave85_color_dedup.py
tests/test_wave86_observability.py
tests/test_wave87_agent_tools.py
tests/test_wave88_api_compat.py
tests/test_wave89_local_model_scan.py
tests/test_wave90_startup_lean.py
tests/test_wave91_performance.py
tests/test_wave93_squishbar.py
tests/test_wave95_ps_logs.py
tests/test_wave95_release.py
tests/test_wave96_lm_studio.py
tests/test_wave97_inference_fixes.py
tests/test_wave98_lean_server.py
tests/test_wave99_speed_restore.py