mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-25 09:51:19 +08:00
Merge pull request #93 from jbochi/patch-1
Fix convert.py instructions for Bert model
This commit is contained in:
commit
8d83960a55
@ -8,7 +8,7 @@ The `convert.py` script relies on `transformers` to download the weights, and ex
|
|||||||
|
|
||||||
```
|
```
|
||||||
python convert.py \
|
python convert.py \
|
||||||
--bert-model bert-base-uncased
|
--bert-model bert-base-uncased \
|
||||||
--mlx-model weights/bert-base-uncased.npz
|
--mlx-model weights/bert-base-uncased.npz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user