We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f480cc commit ab7d33eCopy full SHA for ab7d33e
.circleci/config.yml
@@ -44,11 +44,11 @@ binary_common: &binary_common
44
build_version:
45
description: "version number of release binary; by default, build a nightly"
46
type: string
47
- default: "0.2.0"
+ default: "0.2.1"
48
pytorch_version:
49
description: "PyTorch version to build against; by default, use a nightly"
50
51
- default: "1.8.0"
+ default: "1.8.1"
52
# Don't edit these
53
python_version:
54
description: "Python version to build against (e.g., 3.7)"
0 commit comments