Skip to content

Commit

Permalink
Pythorch 1.10.2 release (#1533)
Browse files Browse the repository at this point in the history
* Pythorch 1.10.2 release

* Pythorch 1.10.2 release
  • Loading branch information
atalman authored Jan 20, 2022
1 parent 5c65ec0 commit 92f4d15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: "0.11.1"
default: "0.11.2"
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.8)"
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
- v1-windows-dataset-vector-{{ checksum ".cachekey" }}
- v1-windows-dataset-{{ checksum ".cachekey" }}


- run:
name: Run tests
# Downloading embedding vector takes long time.
Expand Down
6 changes: 3 additions & 3 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: "0.11.1"
default: "0.11.2"
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.8)"
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
- v1-windows-dataset-vector-{{ checksum ".cachekey" }}
- v1-windows-dataset-{{ checksum ".cachekey" }}
{% endraw %}

- run:
name: Run tests
# Downloading embedding vector takes long time.
Expand Down

0 comments on commit 92f4d15

Please sign in to comment.