Skip to content

Commit e4e171a

Browse files
authored
[v0.8.1] .circleci: Bump versions for pytorch 1.8.1 (#1404)
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
1 parent 6ab5e13 commit e4e171a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ binary_common: &binary_common
5858
build_version:
5959
description: "version number of release binary; by default, build a nightly"
6060
type: string
61-
default: "0.8.0"
61+
default: "0.8.1"
6262
pytorch_version:
6363
description: "PyTorch version to build against; by default, use a nightly"
6464
type: string
65-
default: "1.8.0"
65+
default: "1.8.1"
6666
# Don't edit these
6767
python_version:
6868
description: "Python version to build against (e.g., 3.8)"

.circleci/config.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ binary_common: &binary_common
5858
build_version:
5959
description: "version number of release binary; by default, build a nightly"
6060
type: string
61-
default: "0.8.0"
61+
default: "0.8.1"
6262
pytorch_version:
6363
description: "PyTorch version to build against; by default, use a nightly"
6464
type: string
65-
default: "1.8.0"
65+
default: "1.8.1"
6666
# Don't edit these
6767
python_version:
6868
description: "Python version to build against (e.g., 3.8)"

0 commit comments

Comments
 (0)