Spaces:
Running
on
Zero
Running
on
Zero
Update requirements_hf.txt
Browse files- requirements_hf.txt +2 -0
requirements_hf.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
# PyTorch with CUDA support
|
|
|
|
|
2 |
|
3 |
# Core ML/AI libraries
|
4 |
transformers==4.51.3
|
|
|
1 |
# PyTorch with CUDA support
|
2 |
+
torch==2.6.0 --index-url https://download.pytorch.org/whl/cu124
|
3 |
+
torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cu124
|
4 |
|
5 |
# Core ML/AI libraries
|
6 |
transformers==4.51.3
|