From 08736851565d560342ca3e9c7d2518dd3f3d6267 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Thu, 20 Jan 2022 11:08:37 -0800 Subject: [PATCH] ci: Bump pytorch 1.10.1 -> 1.10.2 For the 1.10.2 release Signed-off-by: Eli Uriegas --- .circleci/config.yml | 2 +- .circleci/config.yml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 992bb0c5aa7..d976f3930c4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,7 +105,7 @@ binary_common: &binary_common pytorch_version: description: "PyTorch version to build against; by default, use a nightly" type: string - default: "1.10.1" + default: "1.10.2" # Don't edit these python_version: description: "Python version to build against (e.g., 3.7)" diff --git a/.circleci/config.yml.in b/.circleci/config.yml.in index 5efbd6739d9..f4aa50a4c1f 100644 --- a/.circleci/config.yml.in +++ b/.circleci/config.yml.in @@ -105,7 +105,7 @@ binary_common: &binary_common pytorch_version: description: "PyTorch version to build against; by default, use a nightly" type: string - default: "1.10.1" + default: "1.10.2" # Don't edit these python_version: description: "Python version to build against (e.g., 3.7)"