Skip to content

Commit 917141f

Browse files
committed
fix dependenices on GPU for local inference
add protobuf
1 parent 576c7d5 commit 917141f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ ipython
2121
ipykernel
2222
peft
2323
bitsandbytes
24-
gradio
24+
gradio
25+
protobuf==3.20.3

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="optillm",
5-
version="0.0.24",
5+
version="0.0.25",
66
packages=find_packages(),
77
py_modules=['optillm'],
88
package_data={
@@ -34,6 +34,7 @@
3434
"peft",
3535
"bitsandbytes",
3636
"gradio",
37+
"protobuf"
3738
],
3839
entry_points={
3940
'console_scripts': [

0 commit comments

Comments
 (0)