Skip to content

Commit 00395f5

Browse files
Merge pull request #64 from huggingface/peft
peft
2 parents 2944a84 + db76266 commit 00395f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"wheel==0.42.0",
1818
"setuptools==69.1.0",
1919
"cmake==3.28.3",
20-
"transformers[sklearn,sentencepiece, audio, vision]==4.38.1",
20+
"transformers[sklearn,sentencepiece, audio, vision]==4.38.2",
2121
"huggingface_hub==0.20.3",
2222
"orjson",
2323
# vision
@@ -30,7 +30,8 @@
3030
# web api
3131
"starlette",
3232
"uvicorn",
33-
"pandas"
33+
"pandas",
34+
"peft==0.9.0"
3435
]
3536

3637
extras = {}

0 commit comments

Comments
 (0)