We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59891e0 commit f8bd2abCopy full SHA for f8bd2ab
pyproject.toml
@@ -75,14 +75,14 @@ dependencies = [
75
]
76
77
[project.optional-dependencies]
78
-accelerate = ["accelerate@git+https://github.com/huggingface/accelerate@739b135f8367becb67ffaada12fe76e3aa60fefd"]
+accelerate = ["accelerate"]
79
tgi = ["text-generation==0.6.0"]
80
optimum = ["optimum==1.12.0"]
81
# Quantization and adapter weights
82
quantization = ["bitsandbytes>=0.41.0", "auto-gptq>=0.4.2"]
83
adapters = ["peft==0.3.0"]
84
nanotron = [
85
- "nanotron@git+https://github.com/huggingface/nanotron",
+ "nanotron",
86
"tensorboardX"
87
88
0 commit comments