This commit is contained in:
Julien Chaumond
2019-11-27 11:05:18 -05:00
parent 7fd1d42a01
commit b5d884d25c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ similar API between the different models.
To run the latest versions of the examples, you have to install from source. Execute the following steps in a new virtual environment:
```bash
git clone git@github.com:huggingface/transformers
git clone https://github.com/huggingface/transformers
cd transformers
pip install [--editable] .
```