Skip to content

Commit

Permalink
upgrade torch from 2.5.0.dev to 2.6.0.dev in main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Sep 17, 2024
1 parent bc93437 commit dfc9422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy
packaging
pybind11==2.6.2
--extra-index-url https://download.pytorch.org/whl/nightly/cu124
torch>=2.5.0.dev,<2.6.0
torch>=2.6.0.dev,<2.7.0
torchvision>=0.20.0.dev,<0.21.0
--extra-index-url https://pypi.ngc.nvidia.com
pyyaml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires = [
"typing-extensions>=4.7.0",
"future>=0.18.3",
"tensorrt-cu12==10.3.0",
"torch >=2.5.0.dev,<2.6.0",
"torch >=2.6.0.dev,<2.7.0",
"pybind11==2.6.2",
"numpy",
]
Expand Down

0 comments on commit dfc9422

Please sign in to comment.