Skip to content

Commit fa347eb

Browse files
authored
[release/0.11] .circleci: Update default pytorch_version to 1.10.0 (#4691)
1 parent 58a60b2 commit fa347eb

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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ binary_common: &binary_common
105105
pytorch_version:
106106
description: "PyTorch version to build against; by default, use a nightly"
107107
type: string
108-
default: ""
108+
default: "1.10.0"
109109
# Don't edit these
110110
python_version:
111111
description: "Python version to build against (e.g., 3.7)"

0 commit comments

Comments
 (0)