We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6aada commit 5079c1cCopy full SHA for 5079c1c
dev_dep_versions.yml
@@ -1,4 +1,4 @@
1
-__version__: "2.3.0.dev0"
+__version__: "2.4.0.dev0"
2
__cuda_version__: "12.1"
3
__cudnn_version__: "8.9"
4
__tensorrt_version__: "10.0.1.6"
py/requirements.txt
@@ -1,9 +1,9 @@
numpy
packaging
pybind11==2.6.2
---extra-index-url https://download.pytorch.org/whl/cu121
5
-torch==2.3.0
6
-torchvision==0.18.0
+--extra-index-url https://download.pytorch.org/whl/nightly/cu121
+torch>=2.4.0.dev,<2.5.0
+torchvision>=0.19.0.dev,<0.20.0
7
--extra-index-url https://pypi.ngc.nvidia.com
8
pyyaml
9
tensorrt==10.0.1.6
0 commit comments