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