Commit acf7fdd
authored
build: manually update PyTorch version (#4231)
This commit sets the PyTorch and TorchVision versions to nightly release
2025-06-15.
This commit also disables a check for the test
`test_broadcast_unit_dim_to_dynamic_with_unchanged_dim_dynamic` in
`symbolic_shape_expr_test.py` because it generates different outputs for
the torch stable and nightly versions. The check can be re-enabled once
the nightly changes become part of the stable torch version.
---------
Signed-off-by: Vivek Khandelwal <[email protected]>1 parent 55c638e commit acf7fdd
File tree
4 files changed
+6
-4
lines changed- test/python/fx_importer
4 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
375 | 377 | | |
376 | 378 | | |
377 | 379 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments