Skip to content

Commit 93b8f8a

Browse files
committed
Reset nightly TRT stack
Signed-off-by: Naren Dasan <[email protected]>
1 parent ee39bb6 commit 93b8f8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -577,19 +577,19 @@ parameters:
577577
default: "https://download.pytorch.org/whl/nightly/cu113"
578578
cudnn-nightly-version:
579579
type: string
580-
default: "8.4.0"
580+
default: "8.2.1"
581581
cudnn-nightly-pkg-name:
582582
type: string
583-
default: "8.4.0.*-1+cuda11.6"
583+
default: "8.2.1.*-1+cuda11.4"
584584
trt-nightly-version-short:
585585
type: string
586-
default: "8.4.1"
586+
default: "8.2.4"
587587
trt-nightly-version-long:
588588
type: string
589-
default: "8.4.1.5"
589+
default: "8.2.4.2"
590590
trt-nightly-pkg-name:
591591
type: string
592-
default: "8.4.1-1+cuda11.6"
592+
default: "8.2.4-1+cuda11.4"
593593

594594
# Release platform config
595595
torch-release-build:

0 commit comments

Comments
 (0)