Skip to content

Commit 6f539cf

Browse files
authored
Release pytorch 1.10.2 (#2166)
1 parent 4b64f80 commit 6f539cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ binary_common: &binary_common
6363
build_version:
6464
description: "version number of release binary; by default, build a nightly"
6565
type: string
66-
default: "0.10.1"
66+
default: "0.10.2"
6767
pytorch_version:
6868
description: "PyTorch version to build against; by default, use a nightly"
6969
type: string
70-
default: "1.10.1"
70+
default: "1.10.2"
7171
# Don't edit these
7272
python_version:
7373
description: "Python version to build against (e.g., 3.8)"

0 commit comments

Comments
 (0)