Skip to content

Commit 5079c1c

Browse files
committed
fix bugs
1 parent 0e6aada commit 5079c1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev_dep_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__: "2.3.0.dev0"
1+
__version__: "2.4.0.dev0"
22
__cuda_version__: "12.1"
33
__cudnn_version__: "8.9"
44
__tensorrt_version__: "10.0.1.6"

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)