update hf deps (#1964)

* update hf deps

* remove deprecated set_caching_enabled
This commit is contained in:
Wing Lian
2024-10-12 18:19:48 -04:00
committed by GitHub
parent df359c8a6e
commit 09bf1ceacc
2 changed files with 9 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
--extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
packaging==23.2
peft==0.13.0
transformers==4.45.1
tokenizers>=0.19.1
bitsandbytes==0.44.0
accelerate==0.34.2
datasets==2.21.0
peft==0.13.2
transformers==4.45.2
tokenizers>=0.20.1
bitsandbytes==0.44.1
accelerate==1.0.0
datasets==3.0.1
deepspeed==0.14.4
pydantic==2.6.3
addict