Skip to content

Commit

Permalink
Revert "[DO NOT MERGE] Demonstrate how to explicity opt-in to Amazon …
Browse files Browse the repository at this point in the history
…2 AMI"

This reverts commit 4121202.
  • Loading branch information
ZainRizvi committed Aug 14, 2024
1 parent 4121202 commit 1d4ce73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
job-name: Build doc
runner: amz2.linux.2xlarge
runner: linux.2xlarge
repository: pytorch/text
gpu-arch-type: cpu
timeout: 120
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: amz2.linux.12xlarge
runner: linux.12xlarge
repository: pytorch/text
script: |
# Mark Build Directory Safe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
runner: amz2.linux.g5.4xlarge.nvidia.gpu
runner: linux.g5.4xlarge.nvidia.gpu
repository: pytorch/text
gpu-arch-type: cuda
gpu-arch-version: ${{ matrix.cuda_arch_version }}
Expand Down

0 comments on commit 1d4ce73

Please sign in to comment.