Fix convert.py instructions for Bert model

It just adds the missing backslash.
This commit is contained in:
Juarez Bochi 2023-12-13 11:37:02 -05:00 committed by GitHub
parent 2f2d5d6c1d
commit 37a27c5500

View File

@ -8,7 +8,7 @@ The `convert.py` script relies on `transformers` to download the weights, and ex
```
python convert.py \
--bert-model bert-base-uncased
--bert-model bert-base-uncased \
--mlx-model weights/bert-base-uncased.npz
```