Skip to content

Commit

Permalink
Push the result
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jun 4, 2024
1 parent 1535b70 commit 92ffaef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/torchao.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
sudo nvidia-smi -pm 1
sudo nvidia-smi -ac 1215,1410
nvidia-smi
sudo ldconfig
- name: Clone and setup conda env
run: |
CONDA_ENV=${BASE_CONDA_ENV} . "${SETUP_SCRIPT}"
Expand All @@ -43,7 +44,7 @@ jobs:
if [ -d .userbenchmark ]; then rm -Rf .userbenchmark; fi
# Install torchao
echo "Installing torchao"
python install.py torchao
python install.py --userbenchmark torchao
echo "Running the torchao userbenchmark"
python run_benchmark.py torchao --ci
cp -r ./.userbenchmark/torchao ../benchmark-output
Expand Down

0 comments on commit 92ffaef

Please sign in to comment.