Skip to content

Commit 81bd89a

Browse files
authored
Add torch_tensorrt to download.pytorch.org promotion (#7361)
Enable to promote torch_tensorrt Fixes: pytorch/TensorRT#3863
1 parent 41c6236 commit 81bd89a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-download-pytorch-org.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- executorch
2222
- torchvision
2323
- torchaudio
24+
- torch_tensorrt
2425

2526
permissions:
2627
id-token: write

release/release_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.9.0}
77
TRITON_VERSION=${TRITON_VERSION:-3.3.0}
88
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}
99
TORCHREC_VERSION=${TORCHREC_VERSION:-1.3.0}
10-
TENSORRT_VERSION=${TENSORRT_VERSION:-2.4.0}
10+
TORCH_TENSORRT_VERSION=${TORCH_TENSORRT_VERSION:-2.9.0}
1111
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-0.3.0}
1212
TORCHAO_VERSION=${TORCHAO_VERSION:-0.14.0}
1313
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.11.0}

0 commit comments

Comments
 (0)