Skip to content

Commit

Permalink
Update the ROCm versions installed from 6.0 to 6.1 to make it in sync…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
jstourac authored Aug 2, 2024
1 parent 289089b commit 2695aaf
Show file tree
Hide file tree
Showing 5 changed files with 565 additions and 483 deletions.
9 changes: 5 additions & 4 deletions jupyter/rocm/pytorch/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ verify_ssl = true
name = "pypi"

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

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

# Datascience and useful extensions
boto3 = "~=1.34.50"
Expand Down
Loading

0 comments on commit 2695aaf

Please sign in to comment.