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
Fairseq
Commits
0ccd81d4
Commit
0ccd81d4
authored
Oct 12, 2017
by
Myle Ott
Committed by
GitHub
Oct 12, 2017
Browse files
Update README.md
Update PyTorch install instructions
parent
3f9b9838
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
README.md
README.md
+1
-15
No files found.
README.md
View file @
0ccd81d4
...
@@ -29,21 +29,7 @@ We suggest using [Miniconda3](https://conda.io/miniconda.html) and the following
...
@@ -29,21 +29,7 @@ We suggest using [Miniconda3](https://conda.io/miniconda.html) and the following
*
Install Miniconda3 from https://conda.io/miniconda.html; create and activate a Python 3 environment.
*
Install Miniconda3 from https://conda.io/miniconda.html; create and activate a Python 3 environment.
*
Install PyTorch:
*
Install PyTorch from source: https://github.com/pytorch/pytorch#from-source.
```
conda install gcc numpy cudnn nccl
conda install magma-cuda80 -c soumith
pip install cmake
pip install cffi
git clone https://github.com/pytorch/pytorch.git
cd pytorch
git reset --hard a03e5cb40938b6b3f3e6dbddf9cff8afdff72d1b
git submodule update --init
pip install -r requirements.txt
NO_DISTRIBUTED=1 python setup.py install
```
*
Install fairseq-py by cloning the GitHub repository and running:
*
Install fairseq-py by cloning the GitHub repository and running:
```
```
...
...
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