Skip to content

Commit 30ad68a

Browse files
authored
Update torchbench pin location. (#9543)
1 parent e5e75a8 commit 30ad68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmarks/run_torchbench_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function install_package() {
5454
function install_torchbench_models() {
5555
pushd $CDIR
5656

57-
torchbench_commit_hash=$(cat $PYTORCH_DIR/.github/ci_commit_pins/torchbench.txt)
57+
torchbench_commit_hash=$(cat $PYTORCH_DIR/.ci/docker/ci_commit_pins/torchbench.txt)
5858
git clone --quiet https://github.com/pytorch/benchmark.git "$TORCHBENCH_DIR"
5959
cd $TORCHBENCH_DIR
6060
git checkout $torchbench_commit_hash

0 commit comments

Comments
 (0)