Skip to content

Commit b51743d

Browse files
authored
update torchrec version to V1.3.0 (#7170)
Summary: https://github.com/pytorch/torchrec/releases
1 parent 3836ad9 commit b51743d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/promote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.18.0}
1111
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.3.0}
1212
TRITON_VERSION=${TRITON_VERSION:-3.3.0}
1313
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}
14-
TORCHREC_VERSION=${TORCHREC_VERSION:-0.8.0}
14+
TORCHREC_VERSION=${TORCHREC_VERSION:-1.3.0}
1515
TENSORRT_VERSION=${TENSORRT_VERSION:-2.2.0}
1616
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-1.0.0}
1717

release/release_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.22.0}
66
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.7.0}
77
TRITON_VERSION=${TRITON_VERSION:-3.3.0}
88
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}
9-
TORCHREC_VERSION=${TORCHREC_VERSION:-0.8.0}
9+
TORCHREC_VERSION=${TORCHREC_VERSION:-1.3.0}
1010
TENSORRT_VERSION=${TENSORRT_VERSION:-2.4.0}
1111
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-0.3.0}
1212
TORCHAO_VERSION=${TORCHAO_VERSION:-0.9.0}

0 commit comments

Comments
 (0)