We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98bd96 commit 29669b0Copy full SHA for 29669b0
tests/test_utils.py
@@ -247,9 +247,9 @@ def test_version_utils():
247
with pytest.raises(ValueError):
248
parse_pytorch_version('a.s.d.f')
249
250
- assert parse_pytorch_version(torch.__version__) == [2, 6, 0]
+ assert parse_pytorch_version(torch.__version__) == [2, 7, 0]
251
252
- assert compare_versions('2.6.0', '2.4.0') >= 0
+ assert compare_versions('2.7.0', '2.4.0') >= 0
253
254
255
def test_cpu_offload_optimizer():
0 commit comments