Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 055cb41

Browse files
committed
Set release version and base PyTorch version
1 parent 88640b0 commit 055cb41

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
@@ -36,11 +36,11 @@ binary_common: &binary_common
3636
build_version:
3737
description: "version number of release binary; by default, build a nightly"
3838
type: string
39-
default: ""
39+
default: "0.8.0"
4040
pytorch_version:
4141
description: "PyTorch version to build against; by default, use a nightly"
4242
type: string
43-
default: ""
43+
default: "1.7.0"
4444
# Don't edit these
4545
python_version:
4646
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
@@ -36,11 +36,11 @@ binary_common: &binary_common
3636
build_version:
3737
description: "version number of release binary; by default, build a nightly"
3838
type: string
39-
default: ""
39+
default: "0.8.0"
4040
pytorch_version:
4141
description: "PyTorch version to build against; by default, use a nightly"
4242
type: string
43-
default: ""
43+
default: "1.7.0"
4444
# Don't edit these
4545
python_version:
4646
description: "Python version to build against (e.g., 3.8)"

0 commit comments

Comments
 (0)