mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 04:14:38 +08:00
Fix convert.py instructions for Bert model
It just adds the missing backslash.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user