Skip to content

Commit 371313e

Browse files
davanstrienrlouf
authored andcommitted
fix HF Hub ID
1 parent 7b8caee commit 371313e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/models/mlxlm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In addition to `outlines`, you must install `mlx-lm` and `mlx` libraries. You mu
1111
```python
1212
from outlines import models
1313

14-
model = models.mlxlm("mlx-community/mlx-community/Meta-Llama-3-8B-Instruct-8bit")
14+
model = models.mlxlm("mlx-community/Meta-Llama-3-8B-Instruct-8bit")
1515
```
1616

1717
With the loaded model, you can generate text or perform structured generation, e.g.

0 commit comments

Comments
 (0)