Skip to content

Commit

Permalink
Skip installing torchbench
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed May 30, 2024
1 parent fc5d969 commit 272bafb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/torchao.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
run: |
CONDA_ENV=${BASE_CONDA_ENV} . "${SETUP_SCRIPT}"
conda create --name "${CONDA_ENV}" --clone "${BASE_CONDA_ENV}"
- name: Install TorchBench
run: |
set -x
. "${SETUP_SCRIPT}"
pushd benchmark
python install.py
- name: Run the torchao userbenchmark
run: |
. "${SETUP_SCRIPT}"
Expand Down

0 comments on commit 272bafb

Please sign in to comment.