Skip to content

Commit

Permalink
fix HF Hub ID
Browse files Browse the repository at this point in the history
  • Loading branch information
davanstrien authored and rlouf committed Jun 19, 2024
1 parent 7b8caee commit 371313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/models/mlxlm.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In addition to `outlines`, you must install `mlx-lm` and `mlx` libraries. You mu
```python
from outlines import models

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

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

0 comments on commit 371313e

Please sign in to comment.