Skip to content

Commit 32eb540

Browse files
committed
.circleci: Bump pytorch version to 1.4.0
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 0765854 commit 32eb540

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
@@ -16,7 +16,7 @@ binary_common: &binary_common
1616
pytorch_version:
1717
description: "PyTorch version to build against; by default, use a nightly"
1818
type: string
19-
default: "1.3.1"
19+
default: "1.4.0"
2020
# Don't edit these
2121
python_version:
2222
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
@@ -16,7 +16,7 @@ binary_common: &binary_common
1616
pytorch_version:
1717
description: "PyTorch version to build against; by default, use a nightly"
1818
type: string
19-
default: "1.3.1"
19+
default: "1.4.0"
2020
# Don't edit these
2121
python_version:
2222
description: "Python version to build against (e.g., 3.7)"

0 commit comments

Comments
 (0)