Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
torch
|
| 3 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.29.0
|
| 2 |
+
torch>=2.1.0
|
| 3 |
+
transformers>=4.36.0
|
| 4 |
+
accelerate>=0.25.0
|
| 5 |
+
|
| 6 |
+
huggingface-hub>=0.19.0
|
| 7 |
+
|
| 8 |
+
nvidia-cuda-runtime-cu12
|
| 9 |
+
nvidia-cudnn-cu12
|
| 10 |
+
|
| 11 |
+
safetensors>=0.4.0
|
| 12 |
+
bitsandbytes>=0.41.0
|