mirror of
https://github.com/pmeier/light-the-torch.git
synced 2024-09-08 23:29:28 +03:00
exclude torchrec from patched dists (#85)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user