Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jan 18, 2024
1 parent 57be05f commit 8b3e22b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pr-gha-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
uses: actions/checkout@v3
- name: Tune Nvidia GPU
run: |
ls /usr/local
ls /dev
sudo nvidia-smi -pm 1
sudo nvidia-smi -ac 1215,1410
nvidia-smi
nvidia-smi -pm 1
nvidia-smi -ac 1215,1410
- name: Clone and setup Conda env
run: |
CONDA_ENV=${BASE_CONDA_ENV} . "${SETUP_SCRIPT}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/userbenchmark-a100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
path: benchmark
- name: Tune Nvidia GPU
run: |
sudo nvidia-smi -pm 1
sudo nvidia-smi -ac 1215,1410
nvidia-smi -pm 1
nvidia-smi -ac 1215,1410
nvidia-smi
- name: Check PyTorch nightly if scheduled
if: ${{ github.event_name == 'schedule' }}
Expand Down

0 comments on commit 8b3e22b

Please sign in to comment.