Spaces:
Sleeping
Sleeping
File size: 645 Bytes
222c0be 7f4377a 222c0be f46e44c 2ce1bf6 5d277f1 f58eadc 222c0be 6557b1f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[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" }
|