Skip to content

Commit 7ee3608

Browse files
authored
[v0.13.0] .circleci: Bump version for pytorch 1.12.0 (#6089)
1 parent 55b50f9 commit 7ee3608

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ binary_common: &binary_common
190190
build_version:
191191
description: "version number of release binary; by default, build a nightly"
192192
type: string
193-
default: ""
193+
default: "0.13.0"
194194
pytorch_version:
195195
description: "PyTorch version to build against; by default, use a nightly"
196196
type: string
197-
default: ""
197+
default: "1.12.0"
198198
# Don't edit these
199199
python_version:
200200
description: "Python version to build against (e.g., 3.7)"

0 commit comments

Comments
 (0)