Skip to content

Commit f8bd2ab

Browse files
authored
change dependencies so that we can upload on pypi (#22)
1 parent 59891e0 commit f8bd2ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ dependencies = [
7575
]
7676

7777
[project.optional-dependencies]
78-
accelerate = ["accelerate@git+https://github.com/huggingface/accelerate@739b135f8367becb67ffaada12fe76e3aa60fefd"]
78+
accelerate = ["accelerate"]
7979
tgi = ["text-generation==0.6.0"]
8080
optimum = ["optimum==1.12.0"]
8181
# Quantization and adapter weights
8282
quantization = ["bitsandbytes>=0.41.0", "auto-gptq>=0.4.2"]
8383
adapters = ["peft==0.3.0"]
8484
nanotron = [
85-
"nanotron@git+https://github.com/huggingface/nanotron",
85+
"nanotron",
8686
"tensorboardX"
8787
]
8888

0 commit comments

Comments
 (0)