Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
cc851b94
Commit
cc851b94
authored
May 26, 2021
by
Vasilis Vryniotis
Browse files
Set the versions.
parent
fc852f3b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.circleci/config.yml
.circleci/config.yml
+2
-2
.circleci/config.yml.in
.circleci/config.yml.in
+2
-2
No files found.
.circleci/config.yml
View file @
cc851b94
...
...
@@ -113,11 +113,11 @@ binary_common: &binary_common
build_version
:
description
:
"
version
number
of
release
binary;
by
default,
build
a
nightly"
type
:
string
default
:
"
"
default
:
"
0.10.0
"
pytorch_version
:
description
:
"
PyTorch
version
to
build
against;
by
default,
use
a
nightly"
type
:
string
default
:
"
"
default
:
"
1.9.0
"
# Don't edit these
python_version
:
description
:
"
Python
version
to
build
against
(e.g.,
3.7)"
...
...
.circleci/config.yml.in
View file @
cc851b94
...
...
@@ -113,11 +113,11 @@ binary_common: &binary_common
build_version:
description: "version number of release binary; by default, build a nightly"
type: string
default: ""
default: "
0.10.0
"
pytorch_version:
description: "PyTorch version to build against; by default, use a nightly"
type: string
default: ""
default: "
1.9.0
"
# Don't edit these
python_version:
description: "Python version to build against (e.g., 3.7)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment