Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloldas authored Jul 22, 2018
1 parent d358e15 commit cb96e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TorchNLP is a deep learning library for NLP tasks. Built on PyTorch and TorchTex
* `BiLSTMTagger`: Sequence tagging model implemented using bidirectional LSTMs and CRF

## Installation
TorchNLP requires a minimum of Python 3.5 and PyTorch 0.2.0 to run. Check [Pytorch](http://pytorch.org/) for the installation steps.
TorchNLP requires a minimum of Python 3.5 and PyTorch 0.4.0 to run. Check [Pytorch](http://pytorch.org/) for the installation steps.
Clone this repository and install other dependencies like TorchText:
```
pip install -r requirements.txt
Expand Down

0 comments on commit cb96e42

Please sign in to comment.