Skip to content

Commit

Permalink
Change instance label
Browse files Browse the repository at this point in the history
  • Loading branch information
NISHIY-EKSDEE committed Sep 23, 2024
1 parent 420a21e commit 712c63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fbgemm_gpu_ci_rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.24xlarge" },
{ arch: x86, instance: "gfx90a" },
]
container-image: [ "ubuntu:20.04" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "rocm" },
{ arch: x86, instance: "gfx90a" },
]
# ROCm machines are limited, so we only test a subset of Python versions
python-version: [ "3.12" ]
Expand Down

0 comments on commit 712c63d

Please sign in to comment.