We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff8935 commit 7143479Copy full SHA for 7143479
.circleci/config.yml
@@ -15,11 +15,11 @@ binary_common: &binary_common
15
build_version:
16
description: "version number of release binary; by default, build a nightly"
17
type: string
18
- default: "0.5.0"
+ default: "0.5.1"
19
pytorch_version:
20
description: "PyTorch version to build against; by default, use a nightly"
21
22
- default: "1.5.0"
+ default: "1.5.1"
23
# Don't edit these
24
python_version:
25
description: "Python version to build against (e.g., 3.8)"
0 commit comments