Skip to content

Commit

Permalink
Cherry pick vision version to 1.12.1 (pytorch#6316)
Browse files Browse the repository at this point in the history
* Replacing pytorch version from 1.12 to 1.12.1

* Bumping build version as well

* Fixed small typo
  • Loading branch information
atalman committed Jul 26, 2022
1 parent da3794e commit 8611c0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: "0.13.0"
default: "0.13.1"
pytorch_version:
description: "PyTorch version to build against; by default, use a nightly"
type: string
default: "1.12.0"
default: "1.12.1"
# Don't edit these
python_version:
description: "Python version to build against (e.g., 3.7)"
Expand Down

0 comments on commit 8611c0f

Please sign in to comment.