Sixparticle commited on
Commit ·
c0878b3
1
Parent(s): 99a461a
Fix gradio and huggingface_hub dependency conflict
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
transformers==4.40.2
|
| 2 |
-
huggingface_hub==0.
|
| 3 |
tokenizers==0.13.3
|
| 4 |
torch==2.1.2
|
| 5 |
sentencepiece>=0.1.96
|
|
|
|
| 1 |
transformers==4.40.2
|
| 2 |
+
huggingface_hub==0.43.0
|
| 3 |
tokenizers==0.13.3
|
| 4 |
torch==2.1.2
|
| 5 |
sentencepiece>=0.1.96
|