Skip to content

Commit 50358ee

Browse files
authored
Update Release versions for torch 2.12.1 release (#8200)
1 parent d920d67 commit 50358ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

release/release_versions.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/env bash
22

33
# Make sure to update these versions when doing a release first
4-
PYTORCH_VERSION=${PYTORCH_VERSION:-2.11.0}
5-
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.26.0}
4+
PYTORCH_VERSION=${PYTORCH_VERSION:-2.12.1}
5+
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.27.1}
66
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.11.0}
77
TORCHCODEC_VERSION=${TORCHCODEC_VERSION:-0.14.0}
88
TORCHCOMMS_VERSION=${TORCHCOMMS_VERSION:-0.3.1}
9-
TRITON_VERSION=${TRITON_VERSION:-3.3.0}
9+
TRITON_VERSION=${TRITON_VERSION:-3.7.1}
1010
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}
1111
TORCHREC_VERSION=${TORCHREC_VERSION:-1.5.0}
1212
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-1.3.1}

0 commit comments

Comments
 (0)