Skip to content

Commit bc9d93d

Browse files
committed
fix bugs
1 parent 27f724f commit bc9d93d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
numpy
22
packaging
33
pybind11==2.6.2
4-
--extra-index-url https://download.pytorch.org/whl/cu121
5-
torch==2.3.0
6-
torchvision==0.18.0
4+
--extra-index-url https://download.pytorch.org/whl/nightly/cu121
5+
torch>=2.4.0.dev,<2.5.0
6+
torchvision>=0.19.0.dev,<0.20.0
77
--extra-index-url https://pypi.ngc.nvidia.com
88
pyyaml
99
tensorrt==10.0.1.6

0 commit comments

Comments
 (0)