Update PyTorch to torch==2.7.1 for CUDA (#21011)

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin
2025-07-16 22:30:44 -04:00
committed by GitHub
parent 72ad273582
commit 4e7dfbe7b4
7 changed files with 17 additions and 17 deletions

View File

@ -6,7 +6,7 @@ requires = [
"packaging>=24.2",
"setuptools>=77.0.3,<80.0.0",
"setuptools-scm>=8.0",
"torch == 2.7.0",
"torch == 2.7.1",
"wheel",
"jinja2",
]