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 917141f commit 8e0adfcCopy full SHA for 8e0adfc
requirements.txt
@@ -21,5 +21,4 @@ ipython
21
ipykernel
22
peft
23
bitsandbytes
24
-gradio
25
-protobuf==3.20.3
+gradio
scripts/requirements.txt
@@ -1,4 +1,3 @@
1
datasets
2
accelerate
3
huggingface_hub
4
-git+https://github.com/huggingface/transformers.git
setup.py
@@ -33,8 +33,7 @@
33
"ipykernel",
34
"peft",
35
"bitsandbytes",
36
- "gradio",
37
- "protobuf"
+ "gradio"
38
],
39
entry_points={
40
'console_scripts': [
0 commit comments