We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8480094 commit a435625Copy full SHA for a435625
test/benchmarks/run_torchbench_tests.sh
@@ -58,6 +58,7 @@ function install_torchbench_models() {
58
git clone --quiet https://github.com/pytorch/benchmark.git "$TORCHBENCH_DIR"
59
cd $TORCHBENCH_DIR
60
git checkout $torchbench_commit_hash
61
+ pip install -r requirements.txt
62
63
for model in "${TORCHBENCH_MODELS[@]}"; do
64
echo "Installing model: $model"
0 commit comments