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
53a9fd13
Unverified
Commit
53a9fd13
authored
Jul 31, 2019
by
jamarshon
Committed by
GitHub
Jul 31, 2019
Browse files
Binary install instructions (#191)
parent
07b9b9ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
README.md
README.md
+23
-0
No files found.
README.md
View file @
53a9fd13
...
...
@@ -47,6 +47,29 @@ conda install -c conda-forge sox
Installation
------------
### Binaries
To install pip wheels of 0.2.0, select the appropriate pip wheel for
your version of Python:
```
# Wheels for Python 2 are NOT supported
# Python 3.5
pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp35-cp35m-linux_x86_64.whl
# Python 3.6
pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp36-cp36m-linux_x86_64.whl
# Python 3.7
pip3 install http://download.pytorch.org/whl/torchaudio-0.2-cp37-cp37m-linux_x86_64.whl
```
### From Source
If your system configuration is not among the supported configurations
above, you can build from source.
```
bash
# Linux
python setup.py
install
...
...
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