Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -12,3 +12,4 @@ accelerate==1.14.0
|
|
| 12 |
# torch: left unpinned on purpose — Colab/HF Spaces ship a CUDA-matched build,
|
| 13 |
# and pinning here would force a CPU reinstall over it. Tested with 2.12.0.
|
| 14 |
torch>=2.12
|
|
|
|
|
|
| 12 |
# torch: left unpinned on purpose — Colab/HF Spaces ship a CUDA-matched build,
|
| 13 |
# and pinning here would force a CPU reinstall over it. Tested with 2.12.0.
|
| 14 |
torch>=2.12
|
| 15 |
+
torchvision
|