We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519f193 commit 69ec287Copy full SHA for 69ec287
.github/scripts/validate_binaries.sh
@@ -63,7 +63,7 @@ conda run -n build_binary pip install fbgemm-gpu --index-url "$PYTORCH_URL"
63
conda run -n build_binary pip install torchmetrics==1.0.3
64
65
# install torchrec
66
-conda run -n build_binary pip install torchrec --index-url "$PYTORCH_URL"
+conda run -n build_binary pip install torchrec --extra-index-url "$PYTORCH_URL"
67
68
# Run small import test
69
conda run -n build_binary python -c "import torch; import fbgemm_gpu; import torchrec"
0 commit comments