update torch 2.8 (#12172)

support _reshape_alias. something is wrong with one case of unfold
This commit is contained in:
chenyu
2025-09-14 15:19:03 -04:00
committed by GitHub
parent 98ecab7563
commit 12a910f1d2
4 changed files with 21 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ with open(directory / 'README.md', encoding='utf-8') as f:
testing_minimal = [
"numpy",
"torch==2.7.1",
"torch==2.8.0",
"pytest",
"pytest-xdist",
"pytest-timeout",