This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,7 @@ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.3.0}
1212TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.18.0}
1313TORCHREC_VERSION=${TORCHREC_VERSION:- 0.8.0}
1414TENSORRT_VERSION=${TENSORRT_VERSION:- 2.2.0}
15-
16- # NB: FBGEMMGPU uses the practice of keeping rc version in the filename, i.e.
17- # fbgemm_gpu-0.6.0rc1+cpu-cp311-cp311. On the other hand, its final RC will
18- # be without rc suffix, fbgemm_gpu-0.6.0+cpu-cp311-cp311, and that's the one
19- # ready to be promoted. So, keeping a + here in the version name allows the
20- # promote script to find the correct binaries
21- FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:- 0.8.0+}
15+ FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:- 1.0.0}
2216
2317DRY_RUN=${DRY_RUN:- enabled}
2418
Original file line number Diff line number Diff line change @@ -10,11 +10,4 @@ TENSORRT_VERSION=${TENSORRT_VERSION:-2.4.0}
1010EXECUTORCH_VERSION=${EXECUTORCH_VERSION:- 0.3.0}
1111TORCHAO_VERSION=${TORCHAO_VERSION:- 0.4.0}
1212TORCHTUNE_VERSION=${TORCHTUNE_VERSION:- 0.2.1}
13-
14-
15- # NB: FBGEMMGPU uses the practice of keeping rc version in the filename, i.e.
16- # fbgemm_gpu-0.6.0rc1+cpu-cp311-cp311. On the other hand, its final RC will
17- # be without rc suffix, fbgemm_gpu-0.6.0+cpu-cp311-cp311, and that's the one
18- # ready to be promoted. So, keeping a + here in the version name allows the
19- # promote script to find the correct binaries
20- FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:- 0.8.0+}
13+ FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:- 1.0.0}
You can’t perform that action at this time.
0 commit comments