From e2c4180df30626baf0e45b93bb1ae704edbd5a22 Mon Sep 17 00:00:00 2001 From: Xu Zhao Date: Fri, 22 Mar 2024 23:08:34 -0400 Subject: [PATCH] Move install earlier --- .github/workflows/userbenchmark-a100-bisection.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/userbenchmark-a100-bisection.yml b/.github/workflows/userbenchmark-a100-bisection.yml index a4d2e6b050..36076b33de 100644 --- a/.github/workflows/userbenchmark-a100-bisection.yml +++ b/.github/workflows/userbenchmark-a100-bisection.yml @@ -62,6 +62,7 @@ jobs: run: | CONDA_ENV=${BASE_CONDA_ENV} . "${SETUP_SCRIPT}" cd benchmark + python install.py mkdir -p "${BISECT_WORKDIR}" PYTORCH_GIT_HASH=$(python -c 'import torch; print(torch.version.git_version)') python run_benchmark.py ${{ github.event.inputs.userbenchmark }} ${{ github.event.inputs.userbenchmark_args }} --dryrun \ @@ -79,8 +80,6 @@ jobs: . "${SETUP_SCRIPT}"; cd benchmark python utils/cuda_utils.py --install-torch-build-deps python utils/cuda_utils.py --install-torchbench-deps - # Install torchbench - python install.py - name: Bisection run: | . "${SETUP_SCRIPT}"; cd benchmark