We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfd689 commit cce4a8cCopy full SHA for cce4a8c
packaging/pkg_helpers.bash
@@ -141,8 +141,7 @@ setup_pip_pytorch_version() {
141
export PYTORCH_VERSION="$(pip show torch | grep ^Version: | sed 's/Version: *//' | sed 's/+.\+//')"
142
else
143
pip_install "torch==$PYTORCH_VERSION$PYTORCH_VERSION_SUFFIX" \
144
- -f https://download.pytorch.org/whl/ \
145
- -f "https://download.pytorch.org/whl/${UPLOAD_CHANNEL}/"
+ --index-url "https://download.pytorch.org/whl/${UPLOAD_CHANNEL}/${WHEEL_DIR}"
146
fi
147
}
148
0 commit comments