Skip to content

Commit eeb59f1

Browse files
committed
Fix typo in clones
Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
1 parent dc00bb5 commit eeb59f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/dynamo/Makefile_dashboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ clone-deps:
77
&& (test -e torchvision || git clone --recursive https://github.com/pytorch/vision torchvision) \
88
&& (test -e torchdata || git clone --recursive https://github.com/pytorch/data.git torchdata) \
99
&& (test -e torchtext || git clone --recursive https://github.com/pytorch/text torchtext) \
10-
&& (test -e torchaudio || git clone --recursive https://github.com/pytorch/text torchaudio) \
10+
&& (test -e torchaudio || git clone --recursive https://github.com/pytorch/audio torchaudio) \
1111
&& (test -e detectron2 || git clone --recursive https://github.com/facebookresearch/detectron2) \
1212
&& (test -e torchbenchmark || git clone --recursive https://github.com/pytorch/benchmark torchbenchmark) \
1313
&& (test -e triton || git clone --recursive https://github.com/openai/triton.git) \

0 commit comments

Comments
 (0)