Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
torch>=2.1.1
|
|
|
|
| 2 |
git+https://github.com/huggingface/transformers
|
| 3 |
git+https://github.com/huggingface/accelerate
|
| 4 |
huggingface-hub
|
|
|
|
| 1 |
torch>=2.1.1
|
| 2 |
+
torchvision>=0.16.1
|
| 3 |
git+https://github.com/huggingface/transformers
|
| 4 |
git+https://github.com/huggingface/accelerate
|
| 5 |
huggingface-hub
|