We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e75a8 commit 30ad68aCopy full SHA for 30ad68a
test/benchmarks/run_torchbench_tests.sh
@@ -54,7 +54,7 @@ function install_package() {
54
function install_torchbench_models() {
55
pushd $CDIR
56
57
- torchbench_commit_hash=$(cat $PYTORCH_DIR/.github/ci_commit_pins/torchbench.txt)
+ torchbench_commit_hash=$(cat $PYTORCH_DIR/.ci/docker/ci_commit_pins/torchbench.txt)
58
git clone --quiet https://github.com/pytorch/benchmark.git "$TORCHBENCH_DIR"
59
cd $TORCHBENCH_DIR
60
git checkout $torchbench_commit_hash
0 commit comments