We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74b13e commit f363f47Copy full SHA for f363f47
.circleci/config.yml
@@ -785,7 +785,7 @@ parameters:
785
# Jetson platform config
786
torch-jetson-build:
787
type: string
788
- default: "torch-1.12.0a0+84d1cb9.nv22.4-cp38-cp38-linux_aarch64.whl"
+ default: "torch-1.13.0a0+340c4120.nv22.06-cp38-cp38-linux_aarch64.whl"
789
jetpack-version:
790
791
default: "50"
@@ -1024,4 +1024,4 @@ workflows:
1024
torch-build-index: << pipeline.parameters.torch-nightly-build-index >>
1025
trt-version-long: << pipeline.parameters.trt-nightly-version-long >>
1026
requires:
1027
- - build-x86_64-pyt-nightly
+ - build-x86_64-pyt-nightly
0 commit comments