Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
# CUDA 12.2 + PyTorch 2.1 (ZeroGPU-friendly)
|
| 3 |
###############################################################################
|
| 4 |
--extra-index-url https://download.pytorch.org/whl/cu122
|
|
|
|
|
|
|
| 5 |
|
| 6 |
torch==2.1.0 # plain spec → ZeroGPU accepts it
|
| 7 |
torchvision==0.16.0
|
|
|
|
| 2 |
# CUDA 12.2 + PyTorch 2.1 (ZeroGPU-friendly)
|
| 3 |
###############################################################################
|
| 4 |
--extra-index-url https://download.pytorch.org/whl/cu122
|
| 5 |
+
--upgrade
|
| 6 |
+
--force-reinstall
|
| 7 |
|
| 8 |
torch==2.1.0 # plain spec → ZeroGPU accepts it
|
| 9 |
torchvision==0.16.0
|