From d1f097688200015b44a1ed621338a441fc9646d6 Mon Sep 17 00:00:00 2001 From: Xu Zhao Date: Thu, 30 May 2024 12:45:05 -0400 Subject: [PATCH] Skip installing torchbench --- .github/workflows/torchao.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/torchao.yml b/.github/workflows/torchao.yml index 222b6c7aae..fcff5320c4 100644 --- a/.github/workflows/torchao.yml +++ b/.github/workflows/torchao.yml @@ -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}"