Skip to content

Commit e8ead91

Browse files
committed
Merge remote-tracking branch 'upstream/main' into rhoai-3.0
2 parents 9052dbd + e4f5e67 commit e8ead91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

manifests/base/jupyter-rocm-minimal-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
# language=json
2121
opendatahub.io/notebook-software: |
2222
[
23-
{"name": "ROCm", "version": "6.2"},
23+
{"name": "ROCm", "version": "6.3"},
2424
{"name": "Python", "version": "v3.12"}
2525
]
2626
# language=json

manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
# language=json
2121
opendatahub.io/notebook-software: |
2222
[
23-
{"name": "ROCm", "version": "v6.4"},
23+
{"name": "ROCm", "version": "v6.3"},
2424
{"name": "Python", "version": "v3.12"},
2525
{"name": "ROCm-PyTorch", "version": "2.7"}
2626
]

tests/test_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ def test_image_pyprojects_version_alignment(subtests: pytest_subtests.plugin.Sub
277277
("setuptools", ("~=80.9.0", "==80.9.0")),
278278
("wheel", ("==0.45.1", "~=0.45.1")),
279279
("tensorboard", ("~=2.17.0", "~=2.20.0")),
280-
("torch", ("==2.7.1", "==2.7.1+cu128", "==2.7.1+rocm6.2.4")),
281-
("torchvision", ("==0.22.1", "~=0.22.1", "==0.22.1+cu128", "==0.22.1+rocm6.2.4")),
280+
("torch", ("==2.7.1", "==2.7.1+cu128", "==2.7.1+rocm6.3")),
281+
("torchvision", ("==0.22.1", "~=0.22.1", "==0.22.1+cu128", "==0.22.1+rocm6.3")),
282282
(
283283
"matplotlib",
284284
("~=3.10.6",),

0 commit comments

Comments
 (0)