Skip to content

Commit 02e6ef3

Browse files
authored
NO-JIRA: fix(manifests/): torch version in jupyter-rocm-pytorch-notebook-imagestream.yaml (#990)
1 parent 6a20f2b commit 02e6ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ spec:
2121
opendatahub.io/notebook-software: |
2222
[
2323
{"name": "Python", "version": "v3.11"},
24-
{"name": "ROCm-PyTorch", "version": "2.4"}
24+
{"name": "ROCm-PyTorch", "version": "2.6"}
2525
]
2626
# language=json
2727
opendatahub.io/notebook-python-dependencies: |
2828
[
2929
{"name": "JupyterLab","version": "4.2"},
30-
{"name": "ROCm-PyTorch", "version": "2.4"},
30+
{"name": "ROCm-PyTorch", "version": "2.6"},
3131
{"name": "Tensorboard", "version": "2.18"},
3232
{"name": "Kafka-Python-ng", "version": "2.2"},
3333
{"name": "Matplotlib", "version": "3.10"},

0 commit comments

Comments
 (0)