mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 12:29:42 +08:00
docs: added missing imports (#375)
* add: missing import * add: missing import
This commit is contained in:
@@ -23,6 +23,7 @@ python convert.py \
|
||||
To use the `Bert` model in your own code, you can load it with:
|
||||
|
||||
```python
|
||||
import mlx.core as mx
|
||||
from model import Bert, load_model
|
||||
|
||||
model, tokenizer = load_model(
|
||||
|
Reference in New Issue
Block a user