Skip to content

Commit 1d4ce73

Browse files
committed
Revert "[DO NOT MERGE] Demonstrate how to explicity opt-in to Amazon 2 AMI"
This reverts commit 4121202.
1 parent 4121202 commit 1d4ce73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
1818
with:
1919
job-name: Build doc
20-
runner: amz2.linux.2xlarge
20+
runner: linux.2xlarge
2121
repository: pytorch/text
2222
gpu-arch-type: cpu
2323
timeout: 120

.github/workflows/test-linux-cpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2222
with:
23-
runner: amz2.linux.12xlarge
23+
runner: linux.12xlarge
2424
repository: pytorch/text
2525
script: |
2626
# Mark Build Directory Safe

.github/workflows/test-linux-gpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2323
with:
24-
runner: amz2.linux.g5.4xlarge.nvidia.gpu
24+
runner: linux.g5.4xlarge.nvidia.gpu
2525
repository: pytorch/text
2626
gpu-arch-type: cuda
2727
gpu-arch-version: ${{ matrix.cuda_arch_version }}

0 commit comments

Comments
 (0)