Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit d32dcfe

Browse files
authored
Update torchrec version to v0.7.0 (#1800)
* Update torchrec version to v0.7.0 * Update promote.sh
1 parent 4f798b1 commit d32dcfe

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
@@ -10,7 +10,7 @@ PYTORCH_VERSION=${PYTORCH_VERSION:-2.3.0}
1010
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.18.0}
1111
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.3.0}
1212
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}
13-
TORCHREC_VERSION=${TORCHREC_VERSION:-0.6.0}
13+
TORCHREC_VERSION=${TORCHREC_VERSION:-0.7.0}
1414
TENSORRT_VERSION=${TENSORRT_VERSION:-2.2.0}
1515

1616
# NB: FBGEMMGPU uses the practice of keeping rc version in the filename, i.e.

release/release_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PYTORCH_VERSION=${PYTORCH_VERSION:-2.3.0}
55
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.18.0}
66
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.3.0}
77
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}
8-
TORCHREC_VERSION=${TORCHREC_VERSION:-0.6.0}
8+
TORCHREC_VERSION=${TORCHREC_VERSION:-0.7.0}
99
TENSORRT_VERSION=${TENSORRT_VERSION:-2.2.0}
1010

1111
# NB: FBGEMMGPU uses the practice of keeping rc version in the filename, i.e.

0 commit comments

Comments
 (0)