remove pytorch2.0 builds

Summary: these are failing in ci

Reviewed By: das-intensity

Differential Revision: D62594666

fbshipit-source-id: 5e3a7441be2978803dc2d3e361365e0fffa7ad3b
This commit is contained in:
Jeremy Reizenstein
2024-09-13 02:07:25 -07:00
committed by Facebook GitHub Bot
parent 9acdd67b83
commit ab793177c6
3 changed files with 1 additions and 87 deletions

View File

@@ -19,8 +19,6 @@ from packaging import version
# The CUDA versions which have pytorch conda packages available for linux for each
# version of pytorch.
CONDA_CUDA_VERSIONS = {
"2.0.0": ["cu117", "cu118"],
"2.0.1": ["cu117", "cu118"],
"2.1.0": ["cu118", "cu121"],
"2.1.1": ["cu118", "cu121"],
"2.1.2": ["cu118", "cu121"],