Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
|
|
| 1 |
gradio>=4.36.0
|
| 2 |
transformers>=4.43.0
|
| 3 |
accelerate>=0.33.0
|
| 4 |
bitsandbytes>=0.43.0
|
| 5 |
pandas>=2.2.2
|
|
|
|
| 6 |
huggingface_hub>=0.24.0
|
| 7 |
sentencepiece>=0.1.99
|
| 8 |
torch
|
| 9 |
|
| 10 |
-
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
gradio>=4.36.0
|
| 3 |
transformers>=4.43.0
|
| 4 |
accelerate>=0.33.0
|
| 5 |
bitsandbytes>=0.43.0
|
| 6 |
pandas>=2.2.2
|
| 7 |
+
numpy>=1.24.0
|
| 8 |
huggingface_hub>=0.24.0
|
| 9 |
sentencepiece>=0.1.99
|
| 10 |
torch
|
| 11 |
|
|
|