remove dynamic module loader monkeypatch as this was fixed upstream (#1914)

This commit is contained in:
Wing Lian
2024-09-13 22:19:54 -04:00
committed by GitHub
parent 3853ab7ae9
commit 5c42f11411
4 changed files with 85 additions and 58 deletions

View File

@@ -1,11 +1,11 @@
--extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
packaging==23.2
peft==0.12.0
transformers==4.44.2
transformers @ git+https://github.com/huggingface/transformers.git@0963229e287501bed52ae1dabc17922524de6992
tokenizers>=0.19.1
bitsandbytes==0.43.3
accelerate==0.34.2
datasets==2.20.0
datasets==2.21.0
deepspeed==0.14.4
pydantic==2.6.3
addict