Skip to content

Commit

Permalink
Update FBGEMM release v1.0.0 (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
spcyppt authored Oct 18, 2024
1 parent bed4204 commit 38f0b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
8 changes: 1 addition & 7 deletions release/promote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.3.0}
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}
TORCHREC_VERSION=${TORCHREC_VERSION:-0.8.0}
TENSORRT_VERSION=${TENSORRT_VERSION:-2.2.0}

# NB: FBGEMMGPU uses the practice of keeping rc version in the filename, i.e.
# fbgemm_gpu-0.6.0rc1+cpu-cp311-cp311. On the other hand, its final RC will
# be without rc suffix, fbgemm_gpu-0.6.0+cpu-cp311-cp311, and that's the one
# ready to be promoted. So, keeping a + here in the version name allows the
# promote script to find the correct binaries
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.8.0+}
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-1.0.0}

DRY_RUN=${DRY_RUN:-enabled}

Expand Down
9 changes: 1 addition & 8 deletions release/release_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,4 @@ TENSORRT_VERSION=${TENSORRT_VERSION:-2.4.0}
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-0.3.0}
TORCHAO_VERSION=${TORCHAO_VERSION:-0.4.0}
TORCHTUNE_VERSION=${TORCHTUNE_VERSION:-0.2.1}


# NB: FBGEMMGPU uses the practice of keeping rc version in the filename, i.e.
# fbgemm_gpu-0.6.0rc1+cpu-cp311-cp311. On the other hand, its final RC will
# be without rc suffix, fbgemm_gpu-0.6.0+cpu-cp311-cp311, and that's the one
# ready to be promoted. So, keeping a + here in the version name allows the
# promote script to find the correct binaries
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.8.0+}
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-1.0.0}

0 comments on commit 38f0b48

Please sign in to comment.