Commit cc851b94 authored by Vasilis Vryniotis's avatar Vasilis Vryniotis
Browse files

Set the versions.

parent fc852f3b
...@@ -113,11 +113,11 @@ binary_common: &binary_common ...@@ -113,11 +113,11 @@ binary_common: &binary_common
build_version: build_version:
description: "version number of release binary; by default, build a nightly" description: "version number of release binary; by default, build a nightly"
type: string type: string
default: "" default: "0.10.0"
pytorch_version: pytorch_version:
description: "PyTorch version to build against; by default, use a nightly" description: "PyTorch version to build against; by default, use a nightly"
type: string type: string
default: "" default: "1.9.0"
# Don't edit these # Don't edit these
python_version: python_version:
description: "Python version to build against (e.g., 3.7)" description: "Python version to build against (e.g., 3.7)"
......
...@@ -113,11 +113,11 @@ binary_common: &binary_common ...@@ -113,11 +113,11 @@ binary_common: &binary_common
build_version: build_version:
description: "version number of release binary; by default, build a nightly" description: "version number of release binary; by default, build a nightly"
type: string type: string
default: "" default: "0.10.0"
pytorch_version: pytorch_version:
description: "PyTorch version to build against; by default, use a nightly" description: "PyTorch version to build against; by default, use a nightly"
type: string type: string
default: "" default: "1.9.0"
# Don't edit these # Don't edit these
python_version: python_version:
description: "Python version to build against (e.g., 3.7)" description: "Python version to build against (e.g., 3.7)"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment