Skip to content

Commit

Permalink
.circleci: Bump versions for 0.1.4, pytorch 1.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
  • Loading branch information
seemethere committed Dec 10, 2020
1 parent a90d461 commit c5b7429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: "0.1.3"
default: "0.1.4"
pytorch_version:
description: "PyTorch version to build against; by default, use a nightly"
type: string
default: "1.7.0"
default: "1.7.1"
# Don't edit these
python_version:
description: "Python version to build against (e.g., 3.7)"
Expand Down

0 comments on commit c5b7429

Please sign in to comment.