Skip to content

Commit 29669b0

Browse files
committed
update: test_version_utils
1 parent e98bd96 commit 29669b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ def test_version_utils():
247247
with pytest.raises(ValueError):
248248
parse_pytorch_version('a.s.d.f')
249249

250-
assert parse_pytorch_version(torch.__version__) == [2, 6, 0]
250+
assert parse_pytorch_version(torch.__version__) == [2, 7, 0]
251251

252-
assert compare_versions('2.6.0', '2.4.0') >= 0
252+
assert compare_versions('2.7.0', '2.4.0') >= 0
253253

254254

255255
def test_cpu_offload_optimizer():

0 commit comments

Comments
 (0)