Merge pull request #93 from jbochi/patch-1

Fix convert.py instructions for Bert model
This commit is contained in:
Awni Hannun 2023-12-13 08:47:52 -08:00 committed by GitHub
commit 8d83960a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```