exclude torchrec from patched dists (#85)

This commit is contained in:
Philip Meier
2022-07-16 23:09:25 +02:00
committed by GitHub
parent c8d9b1d28d
commit fea88000cb

View File

@@ -14,10 +14,13 @@ EXCLUDED_PYTORCH_DIST = {
"torch_cuda80",
"torch_nightly",
"torchaudio_nightly",
"torchrec",
"torchrec_cpu",
"torchrec_nightly",
"torchrec_nightly_3.7_cu11.whl",
"torchrec_nightly_3.8_cu11.whl",
"torchrec_nightly_3.9_cu11.whl",
"torchrec_nightly_cpu",
}
PATCHED_PYTORCH_DISTS = set(PYTORCH_DISTRIBUTIONS)