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

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.15.1"
default: "0.15.2"
pytorch_version:
description: "PyTorch version to build against; by default, use a nightly"
type: string
default: "2.0.0"
default: "2.0.1"
# Don't edit these
python_version:
description: "Python version to build against (e.g., 3.8)"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.1a0
0.15.2a0
Copy link
Member

@NicolasHug NicolasHug Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@atalman I assume we should also propagate this change to main? (I can do it, just need to confirm)