diff --git a/bert/README.md b/bert/README.md index cea738df..70bc39a9 100644 --- a/bert/README.md +++ b/bert/README.md @@ -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 ```