Skip to content

Commit df3f8f1

Browse files
committed
.circleci: Change default pytorch to minor version
We're planning on doing a 1.5.1 version for pytorch and this is a better way of denoting the upstream version, just in case we decide to do another patch release on top of 1.5.1 Signed-off-by: Eli Uriegas <[email protected]>
1 parent efa3cc5 commit df3f8f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ binary_common: &binary_common
4141
pytorch_version:
4242
description: "PyTorch version to build against; by default, use a nightly"
4343
type: string
44-
default: "1.5.0"
44+
default: "1.5"
4545
# Don't edit these
4646
python_version:
4747
description: "Python version to build against (e.g., 3.7)"

.circleci/config.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ binary_common: &binary_common
4141
pytorch_version:
4242
description: "PyTorch version to build against; by default, use a nightly"
4343
type: string
44-
default: "1.5.0"
44+
default: "1.5"
4545
# Don't edit these
4646
python_version:
4747
description: "Python version to build against (e.g., 3.7)"

0 commit comments

Comments
 (0)