Skip to content

Commit ba3110b

Browse files
committed
.circleci: Bump pytorch -> 1.7.0, version -> 0.1.3
To release compatible binaries for PyTorch 1.7 Signed-off-by: Eli Uriegas <[email protected]>
1 parent dc42a5c commit ba3110b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ binary_common: &binary_common
4848
build_version:
4949
description: "version number of release binary; by default, build a nightly"
5050
type: string
51-
default: "0.1.0"
51+
default: "0.1.3"
5252
pytorch_version:
5353
description: "PyTorch version to build against; by default, use a nightly"
5454
type: string
55-
default: "1.6.0"
55+
default: "1.7.0"
5656
# Don't edit these
5757
python_version:
5858
description: "Python version to build against (e.g., 3.7)"

0 commit comments

Comments
 (0)