File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
jupyter/rocm/pytorch/ubi9-python-3.12
runtimes/rocm-pytorch/ubi9-python-3.12 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ requires-python = "==3.12.*"
66dependencies = [
77 # ROCm PyTorch packages
88 " tensorboard~=2.20.0" ,
9- " torch==2.7.1+rocm6.2.4 " ,
10- " torchvision==0.22.1+rocm6.2.4 " , # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
9+ " torch==2.7.1+rocm6.3 " ,
10+ " torchvision==0.22.1+rocm6.3 " , # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
1111 " pytorch-triton-rocm~=3.3.1" ,
1212
1313 # Datascience and useful extensions
@@ -61,7 +61,7 @@ pytorch-triton-rocm = { index = "pytorch-rocm" }
6161# Please keep in sync with rocm/ubi9-python-3.12/Dockerfile
6262[[tool .uv .index ]]
6363name = " pytorch-rocm"
64- url = " https://download.pytorch.org/whl/rocm6.2.4 "
64+ url = " https://download.pytorch.org/whl/rocm6.3 "
6565explicit = true
6666
6767[tool .uv ]
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ requires-python = "==3.12.*"
66dependencies = [
77 # ROCm PyTorch packages
88 " tensorboard~=2.20.0" ,
9- " torch==2.7.1+rocm6.2.4 " ,
10- " torchvision==0.22.1+rocm6.2.4 " , # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
9+ " torch==2.7.1+rocm6.3 " ,
10+ " torchvision==0.22.1+rocm6.3 " , # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
1111 " pytorch-triton-rocm~=3.3.1" ,
1212
1313 # Datascience and useful extensions
@@ -63,7 +63,7 @@ pytorch-triton-rocm = { index = "pytorch-rocm" }
6363# Please keep in sync with rocm/ubi9-python-3.12/Dockerfile
6464[[tool .uv .index ]]
6565name = " pytorch-rocm"
66- url = " https://download.pytorch.org/whl/rocm6.2.4 "
66+ url = " https://download.pytorch.org/whl/rocm6.3 "
6767explicit = true
6868
6969[tool .uv ]
You can’t perform that action at this time.
0 commit comments