Merge pull request #40 from joelgrus/patch-1

update pip package name
This commit is contained in:
Thomas Wolf 2018-11-19 20:54:46 +01:00 committed by GitHub
commit 6f4be31d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ This repo was tested on Python 3.5+ and PyTorch 0.4.1
PyTorch pretrained bert can be installed by pip as follows:
```bash
pip install pytorch_pretrained_bert
pip install pytorch-pretrained-bert
```
### From source