Skip to content

Commit a435625

Browse files
lsy323Siyuan Liu
and
Siyuan Liu
authored
[CI] Fix torchbench setup failure (#8670)
Co-authored-by: Siyuan Liu <[email protected]>
1 parent 8480094 commit a435625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/benchmarks/run_torchbench_tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ function install_torchbench_models() {
5858
git clone --quiet https://github.com/pytorch/benchmark.git "$TORCHBENCH_DIR"
5959
cd $TORCHBENCH_DIR
6060
git checkout $torchbench_commit_hash
61+
pip install -r requirements.txt
6162

6263
for model in "${TORCHBENCH_MODELS[@]}"; do
6364
echo "Installing model: $model"

0 commit comments

Comments
 (0)