Skip to content

Commit

Permalink
Switch userbenchmar-a100 and v3-bisection to linux.aws.a100 (#2560)
Browse files Browse the repository at this point in the history
Summary:
Per atalman comment in pytorch/pytorch#143215 (comment)

Pull Request resolved: #2560

Reviewed By: xuzhao9

Differential Revision: D67287082

Pulled By: huydhn

fbshipit-source-id: cd0514d521f1c7405b6ca6e56c35657833716b1b
  • Loading branch information
huydhn authored and facebook-github-bot committed Dec 16, 2024
1 parent 93a0ee2 commit 2db4da5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/userbenchmark-a100-bisection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
if: ${{ github.repository_owner == 'pytorch' }}
runs-on: [a100-runner]
runs-on: linux.aws.a100
timeout-minutes: 2880 # 48 hours
steps:
- name: Checkout
Expand All @@ -53,11 +53,6 @@ jobs:
repository: pytorch/audio
path: srcs/audio
fetch-depth: 0
- name: Tune Nvidia GPU
run: |
sudo nvidia-smi -pm 1
sudo nvidia-smi -ac 1215,1410
nvidia-smi
- name: Install devel packages
run: |
sudo apt-get update -y
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/userbenchmark-a100-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run-userbenchmark:
runs-on: [a100-runner]
runs-on: linux.aws.a100
timeout-minutes: 1440 # 24 hours
environment: docker-s3-upload
env:
Expand All @@ -20,11 +20,6 @@ jobs:
with:
path: benchmark
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
- name: Tune Nvidia GPU
run: |
sudo nvidia-smi -pm 1
sudo nvidia-smi -ac 1215,1410
nvidia-smi
- name: Clone and setup conda env
run: |
CONDA_ENV=${BASE_CONDA_ENV} . "${SETUP_SCRIPT}"
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/userbenchmark-a100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
run-userbenchmark:
runs-on: [a100-runner]
runs-on: linux.aws.a100
timeout-minutes: 1440 # 24 hours
environment: docker-s3-upload
env:
Expand All @@ -27,11 +27,6 @@ jobs:
uses: actions/checkout@v3
with:
path: benchmark
- name: Tune Nvidia GPU
run: |
sudo nvidia-smi -pm 1
sudo nvidia-smi -ac 1215,1410
nvidia-smi
- name: Clone and setup conda env
run: |
CONDA_ENV=${BASE_CONDA_ENV} . "${SETUP_SCRIPT}"
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/v3-bisection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
if: ${{ github.repository_owner == 'pytorch' }}
runs-on: [a100-runner]
runs-on: linux.aws.a100
timeout-minutes: 2880 # 48 hours
steps:
- name: Checkout
Expand Down Expand Up @@ -51,11 +51,6 @@ jobs:
repository: pytorch/audio
path: srcs/audio
fetch-depth: 0
- name: Tune Nvidia GPU
run: |
sudo nvidia-smi -pm 1
sudo nvidia-smi -ac 1215,1410
nvidia-smi
- name: Install Deps
run: |
sudo apt-get -y update && sudo apt -y update
Expand Down

0 comments on commit 2db4da5

Please sign in to comment.