From 371313ef1c31c272cbbdb5cd792638e5afd540e0 Mon Sep 17 00:00:00 2001 From: Daniel van Strien Date: Wed, 19 Jun 2024 11:46:06 +0100 Subject: [PATCH] fix HF Hub ID --- docs/reference/models/mlxlm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/models/mlxlm.md b/docs/reference/models/mlxlm.md index 06beb0036..e738abdce 100644 --- a/docs/reference/models/mlxlm.md +++ b/docs/reference/models/mlxlm.md @@ -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.