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
Torchaudio
Commits
fbf968c0
Unverified
Commit
fbf968c0
authored
Dec 08, 2022
by
Andrey Talman
Committed by
GitHub
Dec 08, 2022
Browse files
[Rlease only change] Advance version for nightly (#2903)
parent
6b13e266
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.circleci/config.yml
.circleci/config.yml
+2
-2
.circleci/config.yml.in
.circleci/config.yml.in
+2
-2
version.txt
version.txt
+1
-1
No files found.
.circleci/config.yml
View file @
fbf968c0
...
@@ -56,11 +56,11 @@ binary_common: &binary_common
...
@@ -56,11 +56,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
:
"
0.13.
0
"
default
:
"
0.13.
1
"
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
:
"
1.13.
0
"
default
:
"
1.13.
1
"
# Don't edit these
# Don't edit these
python_version
:
python_version
:
description
:
"
Python
version
to
build
against
(e.g.,
3.8)"
description
:
"
Python
version
to
build
against
(e.g.,
3.8)"
...
...
.circleci/config.yml.in
View file @
fbf968c0
...
@@ -56,11 +56,11 @@ binary_common: &binary_common
...
@@ -56,11 +56,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: "0.13.
0
"
default: "0.13.
1
"
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: "1.13.
0
"
default: "1.13.
1
"
# Don't edit these
# Don't edit these
python_version:
python_version:
description: "Python version to build against (e.g., 3.8)"
description: "Python version to build against (e.g., 3.8)"
...
...
version.txt
View file @
fbf968c0
0.13.
0
0.13.
1
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