[misc] fix uv (#7913)

This commit is contained in:
hoshi-hiyouga
2025-04-30 07:45:03 +08:00
committed by GitHub
parent d4ee44bdef
commit 73198a6645
8 changed files with 26 additions and 22 deletions

View File

@@ -51,9 +51,8 @@ extra_require = {
"hqq": ["hqq"],
"eetq": ["eetq"],
"gptq": ["optimum>=1.17.0", "auto-gptq>=0.5.0"],
"awq": ["autoawq"],
"aqlm": ["aqlm[gpu]>=1.1.0"],
"vllm": ["vllm>=0.4.3,<=0.8.4"],
"vllm": ["vllm>=0.4.3,<=0.8.5"],
"sglang": ["sglang[srt]>=0.4.5", "transformers==4.51.1"],
"galore": ["galore-torch"],
"apollo": ["apollo-torch"],