Skip to content

Commit 5551b42

Browse files
committed
2.8
1 parent 62c952c commit 5551b42

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOGS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change Logs
44
0.5.0
55
+++++
66

7+
* :pr:`93`: introduce patched expression to get around annoying export issues
78
* :pr:`92`: support errors distribution in max_diff
89
* :pr:`91`: enable strings in ``guess_dynamic_shapes``
910
* :pr:`88`, :pr:`89`: extends ``steal_forward`` to dump input, outputs in onnx models

_unittests/ut_torch_export_patches/test_patch_loops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_patched_expressions(self):
2020
names = {_[0] for _ in res}
2121
self.assertIn("float_arange", names)
2222

23-
@requires_torch("2.7")
23+
@requires_torch("2.8")
2424
def test_filter_position_ids(self):
2525

2626
def filter_position_ids(

0 commit comments

Comments
 (0)