add wheel module
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
torch==2.5.1
|
| 2 |
torchvision --index-url https://download.pytorch.org/whl/cu121
|
|
|
|
| 3 |
nvidia-pyindex
|
| 4 |
cuda-python
|
| 5 |
nvidia-cuda-nvcc-cu12
|
|
|
|
| 1 |
torch==2.5.1
|
| 2 |
torchvision --index-url https://download.pytorch.org/whl/cu121
|
| 3 |
+
wheel
|
| 4 |
nvidia-pyindex
|
| 5 |
cuda-python
|
| 6 |
nvidia-cuda-nvcc-cu12
|