We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8caee commit 371313eCopy full SHA for 371313e
docs/reference/models/mlxlm.md
@@ -11,7 +11,7 @@ In addition to `outlines`, you must install `mlx-lm` and `mlx` libraries. You mu
11
```python
12
from outlines import models
13
14
-model = models.mlxlm("mlx-community/mlx-community/Meta-Llama-3-8B-Instruct-8bit")
+model = models.mlxlm("mlx-community/Meta-Llama-3-8B-Instruct-8bit")
15
```
16
17
With the loaded model, you can generate text or perform structured generation, e.g.
0 commit comments