Skip to content

Commit

Permalink
Disable H100 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielMcVicar committed Oct 18, 2023
1 parent 58d358f commit 61cfdd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/torchbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
TorchBench-Nvidia:
strategy:
matrix:
runner: [[self-hosted, A100], [self-hosted, H100]]
#runner: [[self-hosted, A100], [self-hosted, H100]]
# Disable H100 since we cna't sudo
runner: [self-hosted, A100]

runs-on: ${{ matrix.runner }}

Expand Down Expand Up @@ -50,6 +52,8 @@ jobs:
sudo apt-get install --yes libpango-1.0-0
python3 -m pip install --upgrade pip
python3 -m pip install lightning-utilities pyre_extensions
df -h
du --max-depth=1 -h
python3 -m pip install --upgrade torchaudio==2.2.0.dev20231017 torch==2.2.0.dev20231017 torchrec==0.5.0.dev20231017 torchvision==0.17.0.dev20231017 --index-url https://download.pytorch.org/whl/nightly/cu121
cd torchbench
python3 install.py -v
Expand Down

0 comments on commit 61cfdd9

Please sign in to comment.