Updating the docs with the new command. (#1333)

This commit is contained in:
Nicolas Patry
2023-08-29 13:15:26 +02:00
committed by GitHub
parent d2010d5165
commit 8e522a38d9
5 changed files with 7 additions and 60 deletions

View File

@ -64,8 +64,7 @@ python -m venv .env
source .env/bin/activate
# Install `tokenizers` in the current virtual env
pip install setuptools_rust
python setup.py install
pip install -e .
```
### Load a pretrained tokenizer from the Hub