Skip to content

Commit

Permalink
exclude torchrec from patched dists (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Jul 16, 2022
1 parent c8d9b1d commit fea8800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/check_available_pytorch_dists.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
"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)

Expand Down

0 comments on commit fea8800

Please sign in to comment.