Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: "0.9.0"
default: "0.9.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.7)"
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: "0.9.0"
default: "0.9.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.7)"
Expand Down