Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build_portable_linux_pytorch_dockers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ on:
amdgpu_family:
type: choice
options:
- gfx950-dcgpu
- gfx94X-dcgpu
- gfx950-dcgpu
- gfx90X-dcgpu
- gfx120X-all
- gfx110X-all
Expand All @@ -48,15 +48,15 @@ permissions:
run-name: >-
${{ github.event_name == 'schedule' && 'Nightly Docker builds' ||
format('Build PyTorch Docker ({0}, {1}/{2}, ROCm {3})',
inputs.amdgpu_family || 'gfx950-dcgpu',
inputs.amdgpu_family || 'gfx94X-dcgpu',
inputs.pytorch_repo || 'pytorch/pytorch',
inputs.pytorch_branch || 'nightly',
inputs.rocm_version || 'auto') }}

env:
REGISTRY: docker.io
IMAGE_NAME: rocm/pytorch-private
DEFAULT_AMDGPU_FAMILY: gfx950-dcgpu
DEFAULT_AMDGPU_FAMILY: gfx94X-dcgpu
DEFAULT_PYTHON_VERSION: "3.12"
DEFAULT_INDEX_URL: "https://rocm.nightlies.amd.com/v2-staging"
DEFAULT_BASE_IMAGE: "ubuntu:24.04"
Expand All @@ -81,7 +81,7 @@ jobs:
- pytorch_repo: ROCm/pytorch
pytorch_branch: release/2.9
label: "2.9"
name: "Nightly | torch ${{ matrix.label }} | MI355"
name: "Nightly | torch ${{ matrix.label }} | py3.12 | gfx94X-dcgpu"
runs-on: ubuntu-latest
steps:
- name: Checkout workflow files
Expand Down
Loading