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
bb3be24d
Unverified
Commit
bb3be24d
authored
Nov 01, 2017
by
Myle Ott
Committed by
GitHub
Nov 01, 2017
Browse files
Update README with note about Docker (#49)
parent
30953d8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+3
-0
No files found.
README.md
View file @
bb3be24d
...
@@ -27,6 +27,9 @@ If you use the code in your paper, then please cite it as:
...
@@ -27,6 +27,9 @@ If you use the code in your paper, then please cite it as:
Currently fairseq-py requires installing PyTorch from source.
Currently fairseq-py requires installing PyTorch from source.
Please follow the instructions here: https://github.com/pytorch/pytorch#from-source.
Please follow the instructions here: https://github.com/pytorch/pytorch#from-source.
If you use Docker make sure to increase the shared memory size either with
`--ipc=host`
or
`--shm-size`
as command line
options to
`nvidia-docker run`
.
After PyTorch is installed, you can install fairseq-py with:
After PyTorch is installed, you can install fairseq-py with:
```
```
pip install -r requirements.txt
pip install -r requirements.txt
...
...
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