Skip to content

Commit 8e0adfc

Browse files
committed
update dependencies
1 parent 917141f commit 8e0adfc

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

requirements.txt

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

scripts/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
datasets
22
accelerate
33
huggingface_hub
4-
git+https://github.com/huggingface/transformers.git

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
"ipykernel",
3434
"peft",
3535
"bitsandbytes",
36-
"gradio",
37-
"protobuf"
36+
"gradio"
3837
],
3938
entry_points={
4039
'console_scripts': [

0 commit comments

Comments
 (0)