Skip to content

Commit 74faecd

Browse files
committed
fix torchvision version
1 parent b3a081c commit 74faecd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

py/requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
numpy
22
packaging
33
pybind11==2.6.2
4+
--extra-index-url https://download.pytorch.org/whl/test/cu126
45
torch>=2.7.0.dev,<2.8.0
5-
torchvision>=0.22.0.dev,<0.23.0
6+
torchvision>=0.20.0.dev,<0.23.0
7+
--extra-index-url https://pypi.ngc.nvidia.com
68
pyyaml

0 commit comments

Comments
 (0)