From 663eb6c3b08b21385ae8876a234fbe66ee965d6f Mon Sep 17 00:00:00 2001 From: Xu Zhao Date: Wed, 26 Jun 2024 12:08:11 -0400 Subject: [PATCH] Run install with the rest of the benchmark --- .ci/torchbench/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/torchbench/install.sh b/.ci/torchbench/install.sh index 4828b6711..16dcfc6e8 100644 --- a/.ci/torchbench/install.sh +++ b/.ci/torchbench/install.sh @@ -26,4 +26,5 @@ parent_dir=$(dirname "$(readlink -f "$0")")/../.. cd ${parent_dir} python -c "import torch; print(torch.__version__); print(torch.version.git_version)" -python install.py + +python install.py $@