Skip to content

Commit

Permalink
More runner fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed Sep 13, 2024
1 parent 8d5aee0 commit fd176d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-hvd-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
DOCKER_IMAGE: "pytorch/conda-builder:cuda12.1"
REPOSITORY: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
runs-on: amz2023.linux.8xlarge.nvidia.gpu
runs-on: linux.8xlarge.nvidia.gpu
timeout-minutes: 60

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
DOCKER_IMAGE: "pytorch/conda-builder:cuda12.1"
REPOSITORY: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
runs-on: amz2023.linux.8xlarge.nvidia.gpu
runs-on: linux.8xlarge.nvidia.gpu
timeout-minutes: 85

steps:
Expand Down

0 comments on commit fd176d6

Please sign in to comment.