Skip to content

Commit fa52157

Browse files
author
Ubuntu
committed
Fix repo
1 parent e3ab002 commit fa52157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_torch_wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ function install_torchvision_from_source() {
207207
# Cannot install torchvision package with PyTorch installation from source.
208208
# https://github.com/pytorch/vision/issues/967
209209
git clone https://github.com/pytorch/vision.git
210-
git checkout "${TORCHVISION_COMMIT_ID}"
211210
pushd vision
211+
git checkout "${TORCHVISION_COMMIT_ID}"
212212
python setup.py bdist_wheel
213213
pip install dist/*.whl
214214
popd

0 commit comments

Comments
 (0)