Skip to content

Commit 2695aaf

Browse files
authored
Update the ROCm versions installed from 6.0 to 6.1 to make it in sync with what we use in Dockerfile (#656)
* Sync the ROCm versions used among our Pipfiles and Dockerfiles to 6.1 * Add a comments to point to the points of sync for ROCM
1 parent 289089b commit 2695aaf

File tree

5 files changed

+565
-483
lines changed

5 files changed

+565
-483
lines changed

jupyter/rocm/pytorch/ubi9-python-3.9/Pipfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ verify_ssl = true
44
name = "pypi"
55

66
[[source]]
7-
url = "https://download.pytorch.org/whl/rocm6.0/"
7+
# Please keep in sync with rocm/ubi9-python-3.9/Dockerfile
8+
url = "https://download.pytorch.org/whl/rocm6.1/"
89
verify_ssl = true
910
name = "pytorch"
1011

@@ -13,9 +14,9 @@ name = "pytorch"
1314
[packages]
1415
# PyTorch packages
1516
tensorboard = "~=2.16.2"
16-
torch = {version = "~=2.3.1", index = "pytorch"}
17-
torchvision = {version = "~=0.18.1", index = "pytorch"} # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
18-
pytorch-triton-rocm = {version = "~=2.3.1", index = "pytorch"}
17+
torch = {version = "~=2.4.0", index = "pytorch"}
18+
torchvision = {version = "~=0.19.0", index = "pytorch"} # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
19+
pytorch-triton-rocm = {version = "~=3.0.0", index = "pytorch"}
1920

2021
# Datascience and useful extensions
2122
boto3 = "~=1.34.50"

0 commit comments

Comments
 (0)