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 241b940 commit 9024839Copy full SHA for 9024839
packaging/pre_build_script.sh
@@ -53,7 +53,7 @@ else
53
INDEX_URL=https://download.pytorch.org/whl/${CHANNEL}/${CU_VERSION}
54
55
# Install all the dependencies required for Torch-TensorRT
56
- pip install --force-reinstall --pre ${TORCH} --index-url ${INDEX_URL}
+ pip install --force-reinstall --pre ${TORCH} --index-url ${INDEX_URL} --extra-index-url https://pypi.org/simple
57
fi
58
59
export TORCH_BUILD_NUMBER=$(python -c "import torch, urllib.parse as ul; print(ul.quote_plus(torch.__version__))")
0 commit comments