LICENSE
MANIFEST.in
README.md
pyproject.toml
config/h100_activation_svd.yaml
config/h100_activation_svd_qwen.yaml
config/h100_cp.yaml
config/h100_entropy_svd.yaml
config/h100_full_pipeline.yaml
config/h100_hybrid_mi.yaml
config/h100_tensor_train.yaml
config/h100_tucker.yaml
config/h100_weight_pruning.yaml
config/base/default.yaml
config/profiles/eval/svd_gemma3.yaml
config/profiles/eval/svd_qwen3.yaml
config/profiles/profile/svd_gemma3.yaml
config/profiles/profile/svd_qwen3.yaml
goldcrest/__init__.py
goldcrest.egg-info/PKG-INFO
goldcrest.egg-info/SOURCES.txt
goldcrest.egg-info/dependency_links.txt
goldcrest.egg-info/requires.txt
goldcrest.egg-info/top_level.txt
goldcrest/config/__init__.py
goldcrest/config/loader.py
goldcrest/framework/__init__.py
goldcrest/framework/compressed_io.py
goldcrest/framework/context.py
goldcrest/framework/eval_interface.py
goldcrest/framework/events.py
goldcrest/framework/inference_subprocess.py
goldcrest/framework/layers.py
goldcrest/framework/memory_profiler.py
goldcrest/framework/model_manager.py
goldcrest/framework/plugins.py
goldcrest/framework/reproducibility.py
goldcrest/framework/state.py
goldcrest/framework/statistics.py
goldcrest/framework/strategy_factory.py
goldcrest/orchestration/__init__.py
goldcrest/orchestration/executor.py
goldcrest/orchestration/orchestrator.py
goldcrest/orchestration/workflow.py
goldcrest/plugins/__init__.py
goldcrest/plugins/analysis/__init__.py
goldcrest/plugins/analysis/activation_metrics.py
goldcrest/plugins/analysis/fisher_information.py
goldcrest/plugins/analysis/layer_selector.py
goldcrest/plugins/analysis/layer_svd_rank_decider.py
goldcrest/plugins/analysis/memory_inference.py
goldcrest/plugins/analysis/metric_utils.py
goldcrest/plugins/analysis/pruning_plugin.py
goldcrest/plugins/analysis/report_loader.py
goldcrest/plugins/analysis/weight_metrics.py
goldcrest/plugins/compression/__init__.py
goldcrest/plugins/compression/base.py
goldcrest/plugins/compression/calibration_collector.py
goldcrest/plugins/compression/consolidator.py
goldcrest/plugins/compression/cp.py
goldcrest/plugins/compression/kv_cache_projection_calibrator.py
goldcrest/plugins/compression/kv_cache_projection_runtime.py
goldcrest/plugins/compression/pruning.py
goldcrest/plugins/compression/pruning_utils.py
goldcrest/plugins/compression/svd.py
goldcrest/plugins/compression/svd_activation.py
goldcrest/plugins/compression/svd_activation_scaling.py
goldcrest/plugins/compression/svd_backend.py
goldcrest/plugins/compression/svd_binary_search_rank.py
goldcrest/plugins/compression/svd_closed_form_update.py
goldcrest/plugins/compression/svd_data_whitening.py
goldcrest/plugins/compression/svd_ppl_sensitivity.py
goldcrest/plugins/compression/svdllm_pipeline.py
goldcrest/plugins/compression/tensor_train.py
goldcrest/plugins/compression/tensorizer.py
goldcrest/plugins/compression/tensorly_backend.py
goldcrest/plugins/compression/tucker.py
goldcrest/plugins/evaluation/__init__.py
goldcrest/plugins/evaluation/base.py
goldcrest/plugins/evaluation/baseline_eval.py
goldcrest/plugins/evaluation/compressed_eval.py
goldcrest/plugins/evaluation/csv_logger.py
goldcrest/plugins/evaluation/lm_eval.py
goldcrest/plugins/models/__init__.py
goldcrest/plugins/models/loader.py