Skip to content

Commit

Permalink
Update README.md (OpenNMT#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Warkanlock authored and vince62s committed May 19, 2019
1 parent fc6ec53 commit 8ff0071
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ All dependencies can be installed via:
pip install -r requirements.txt
```

NOTE: If you have MemoryError in the install try to use:

```bash
pip install -r requirements.txt --no-cache-dir
```
Note that we currently only support PyTorch 1.1 (should work with 1.0)

## Features
Expand Down

0 comments on commit 8ff0071

Please sign in to comment.