Spaces:
Sleeping
Sleeping
| [project] | |
| name = "llm-compressor-my-repo" | |
| version = "0.1.0" | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "gradio-huggingfacehub-search>=0.0.12", | |
| "gradio[oauth]>=5.50.0", | |
| "llmcompressor>=0.8.1", | |
| "torch<=2.8.0", | |
| "torchvision<0.24.0", | |
| ] | |
| #[tool.uv.sources] | |
| #auto-round = { git = "https://github.com/intel/auto-round.git", rev = "5ffe56ddc51cbc69cd6fe87a0b8a7d91e28bf522" } | |
| #llmcompressor = { git = "https://github.com/vllm-project/llm-compressor.git", rev = "db0b68d9faf09066e9b7d679b39a977e484d9b91" } | |
| #transformers = { git = "https://github.com/huggingface/transformers.git", rev = "cac0a28c83cf87b7a05495de3177099c635ba852" } | |