Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
gradio==4.36.1
|
| 2 |
-
transformers
|
|
|
|
| 3 |
torch>=2.0.0
|
| 4 |
accelerate>=0.25.0
|
| 5 |
bitsandbytes>=0.42.0
|
|
|
|
| 1 |
gradio==4.36.1
|
| 2 |
+
transformers==4.40.1
|
| 3 |
+
tokenizers==0.19.1
|
| 4 |
torch>=2.0.0
|
| 5 |
accelerate>=0.25.0
|
| 6 |
bitsandbytes>=0.42.0
|