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
hehl2
Torchaudio
Commits
63e33b92
"tutorials/vscode:/vscode.git/clone" did not exist on "849cbec6ee6a0b22ad2b9e8d723c31c6dbbc78a4"
Unverified
Commit
63e33b92
authored
Mar 04, 2021
by
Vincent QB
Committed by
GitHub
Mar 04, 2021
Browse files
bump master version number. (#1296)
parent
7de5f98c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
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.
packaging/build_conda.sh
View file @
63e33b92
...
@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
...
@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export
BUILD_TYPE
=
"conda"
export
BUILD_TYPE
=
"conda"
export
NO_CUDA_PACKAGE
=
1
export
NO_CUDA_PACKAGE
=
1
setup_env 0.
8
.0
setup_env 0.
9
.0
export
SOURCE_ROOT_DIR
=
"
$PWD
"
export
SOURCE_ROOT_DIR
=
"
$PWD
"
setup_conda_pytorch_constraint
setup_conda_pytorch_constraint
conda build
$CONDA_CHANNEL_FLAGS
--no-anaconda-upload
--python
"
$PYTHON_VERSION
"
packaging/torchaudio
conda build
$CONDA_CHANNEL_FLAGS
--no-anaconda-upload
--python
"
$PYTHON_VERSION
"
packaging/torchaudio
packaging/build_wheel.sh
View file @
63e33b92
...
@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
...
@@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export
BUILD_TYPE
=
"wheel"
export
BUILD_TYPE
=
"wheel"
export
NO_CUDA_PACKAGE
=
1
export
NO_CUDA_PACKAGE
=
1
setup_env 0.
8
.0
setup_env 0.
9
.0
setup_wheel_python
setup_wheel_python
pip_install numpy future cmake ninja
pip_install numpy future cmake ninja
setup_pip_pytorch_version
setup_pip_pytorch_version
...
...
setup.py
View file @
63e33b92
...
@@ -12,7 +12,7 @@ ROOT_DIR = Path(__file__).parent.resolve()
...
@@ -12,7 +12,7 @@ ROOT_DIR = Path(__file__).parent.resolve()
# Creating the version file
# Creating the version file
version
=
'0.
8
.0a0'
version
=
'0.
9
.0a0'
sha
=
'Unknown'
sha
=
'Unknown'
try
:
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