Skip to content

Commit dec39a1

Browse files
peft
1 parent 2944a84 commit dec39a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)