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 e3ab002 commit fa52157Copy full SHA for fa52157
scripts/build_torch_wheels.sh
@@ -207,8 +207,8 @@ function install_torchvision_from_source() {
207
# Cannot install torchvision package with PyTorch installation from source.
208
# https://github.com/pytorch/vision/issues/967
209
git clone https://github.com/pytorch/vision.git
210
- git checkout "${TORCHVISION_COMMIT_ID}"
211
pushd vision
+ git checkout "${TORCHVISION_COMMIT_ID}"
212
python setup.py bdist_wheel
213
pip install dist/*.whl
214
popd
0 commit comments