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
9c5fa5c5
Commit
9c5fa5c5
authored
Oct 13, 2017
by
Myle Ott
Committed by
GitHub
Oct 13, 2017
Browse files
Update README.md
Don't suggest Miniconda (see #24)
parent
0ccd81d4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
README.md
README.md
+3
-7
No files found.
README.md
View file @
9c5fa5c5
...
@@ -24,14 +24,10 @@ If you use the code in your paper, then please cite it as:
...
@@ -24,14 +24,10 @@ If you use the code in your paper, then please cite it as:
*
Python version 3.6
*
Python version 3.6
*
A
[
PyTorch installation
](
http://pytorch.org/
)
*
A
[
PyTorch installation
](
http://pytorch.org/
)
Currently fairseq-py requires PyTorch from
the GitHub repository. There are multiple ways of installing it
.
Currently fairseq-py requires
installing
PyTorch from
source
.
We suggest using
[
Miniconda3
](
https://conda.io/miniconda.html
)
and the following instructions
.
Please follow the instructions here: https://github.com/pytorch/pytorch#from-source
.
*
Install Miniconda3 from https://conda.io/miniconda.html; create and activate a Python 3 environment.
After PyTorch is installed, you can install fairseq-py with:
*
Install PyTorch from source: https://github.com/pytorch/pytorch#from-source.
*
Install fairseq-py by cloning the GitHub repository and running:
```
```
pip install -r requirements.txt
pip install -r requirements.txt
python setup.py build
python setup.py build
...
...
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