We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576c7d5 commit 917141fCopy full SHA for 917141f
requirements.txt
@@ -21,4 +21,5 @@ ipython
21
ipykernel
22
peft
23
bitsandbytes
24
-gradio
+gradio
25
+protobuf==3.20.3
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="optillm",
5
- version="0.0.24",
+ version="0.0.25",
6
packages=find_packages(),
7
py_modules=['optillm'],
8
package_data={
@@ -34,6 +34,7 @@
34
"peft",
35
"bitsandbytes",
36
"gradio",
37
+ "protobuf"
38
],
39
entry_points={
40
'console_scripts': [
0 commit comments