Skip to content

Commit 02c2537

Browse files
committed
.circleci: Set build / pytorch version
Signed-off-by: Eli Uriegas <[email protected]>
1 parent b75b7cd commit 02c2537

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

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

.circleci/config.yml.in

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

0 commit comments

Comments
 (0)