Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
-
transformers
|
| 3 |
datasets
|
| 4 |
torch
|
| 5 |
gradio
|
| 6 |
-
accelerate
|
|
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
+
transformers[torch]
|
| 3 |
datasets
|
| 4 |
torch
|
| 5 |
gradio
|
| 6 |
+
accelerate>=0.26.0
|