Skip to content

Commit ab7d33e

Browse files
authored
[v0.2.1] .circleci: Bump versions for pytorch 1.8.1 (#124)
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 0f480cc commit ab7d33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ binary_common: &binary_common
4444
build_version:
4545
description: "version number of release binary; by default, build a nightly"
4646
type: string
47-
default: "0.2.0"
47+
default: "0.2.1"
4848
pytorch_version:
4949
description: "PyTorch version to build against; by default, use a nightly"
5050
type: string
51-
default: "1.8.0"
51+
default: "1.8.1"
5252
# Don't edit these
5353
python_version:
5454
description: "Python version to build against (e.g., 3.7)"

0 commit comments

Comments
 (0)