Skip to content

Commit

Permalink
[v0.8.1] .circleci: Bump versions for pytorch 1.8.1 (#1404)
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <[email protected]>
  • Loading branch information
seemethere authored Mar 20, 2021
1 parent 6ab5e13 commit e4e171a
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
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: "0.8.0"
default: "0.8.1"
pytorch_version:
description: "PyTorch version to build against; by default, use a nightly"
type: string
default: "1.8.0"
default: "1.8.1"
# Don't edit these
python_version:
description: "Python version to build against (e.g., 3.8)"
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: "0.8.0"
default: "0.8.1"
pytorch_version:
description: "PyTorch version to build against; by default, use a nightly"
type: string
default: "1.8.0"
default: "1.8.1"
# Don't edit these
python_version:
description: "Python version to build against (e.g., 3.8)"
Expand Down

0 comments on commit e4e171a

Please sign in to comment.