docs: added missing imports (#375)

* add: missing import

* add: missing import
This commit is contained in:
Yiğit Ö. Ünver
2024-01-25 21:44:53 +03:00
committed by GitHub
parent b1dec281b3
commit 0f19237fb8
2 changed files with 2 additions and 0 deletions

View File

@@ -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(