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 d838cbf commit 431d6cbCopy full SHA for 431d6cb
.github/scripts/validate_binaries.sh
@@ -12,6 +12,8 @@ conda create -y -n build_binary python="${MATRIX_PYTHON_VERSION}"
12
13
conda run -n build_binary python --version
14
15
+conda run -n build_binary python -m pip cache purge
16
+
17
# Install pytorch, torchrec and fbgemm as per
18
# installation instructions on following page
19
# https://github.com/pytorch/torchrec#installations
0 commit comments