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
ecd068f5
Unverified
Commit
ecd068f5
authored
Sep 27, 2021
by
Nikita Shulga
Committed by
GitHub
Sep 27, 2021
Browse files
Update the main version to 0.11.0 (#1793)
Also update README.md to mention 1.9.1
parent
d98c8847
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+1
-0
packaging/build_conda.sh
packaging/build_conda.sh
+1
-1
packaging/build_wheel.sh
packaging/build_wheel.sh
+1
-1
setup.py
setup.py
+1
-1
No files found.
README.md
View file @
ecd068f5
...
...
@@ -32,6 +32,7 @@ The following are the corresponding ``torchaudio`` versions and supported Python
|
``torch``
|
``torchaudio``
|
``python``
|
| ------------------------ | ------------------------ | ------------------------------- |
|
``master``
/
``nightly``
|
``main``
/
``nightly``
|
``>=3.6``
,
``<=3.9``
|
|
``1.9.1``
|
``0.9.1``
|
``>=3.6``
,
``<=3.9``
|
|
``1.9.0``
|
``0.9.0``
|
``>=3.6``
,
``<=3.9``
|
|
``1.8.0``
|
``0.8.0``
|
``>=3.6``
,
``<=3.9``
|
|
``1.7.1``
|
``0.7.2``
|
``>=3.6``
,
``<=3.9``
|
...
...
packaging/build_conda.sh
View file @
ecd068f5
...
...
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
.
"
$script_dir
/pkg_helpers.bash"
export
BUILD_TYPE
=
"conda"
setup_env 0.1
0
.0
setup_env 0.1
1
.0
export
SOURCE_ROOT_DIR
=
"
$PWD
"
setup_conda_pytorch_constraint
setup_conda_cudatoolkit_constraint
...
...
packaging/build_wheel.sh
View file @
ecd068f5
...
...
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
.
"
$script_dir
/pkg_helpers.bash"
export
BUILD_TYPE
=
"wheel"
setup_env 0.1
0
.0
setup_env 0.1
1
.0
setup_wheel_python
pip_install numpy future cmake ninja
setup_pip_pytorch_version
...
...
setup.py
View file @
ecd068f5
...
...
@@ -12,7 +12,7 @@ ROOT_DIR = Path(__file__).parent.resolve()
# Creating the version file
version
=
'0.1
0
.0a0'
version
=
'0.1
1
.0a0'
sha
=
'Unknown'
try
:
...
...
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