From 47de6f1bb13ac99025dfd99a341c7f1b846799e7 Mon Sep 17 00:00:00 2001 From: Justin Hayes <52832301+justinh-rahb@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:54:53 -0400 Subject: [PATCH] Update mlx_manifold_pipeline.py --- examples/pipelines/providers/mlx_manifold_pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pipelines/providers/mlx_manifold_pipeline.py b/examples/pipelines/providers/mlx_manifold_pipeline.py index 0ddb83c..86dfb43 100644 --- a/examples/pipelines/providers/mlx_manifold_pipeline.py +++ b/examples/pipelines/providers/mlx_manifold_pipeline.py @@ -20,8 +20,8 @@ import psutil class Pipeline: class Valves(BaseModel): - MLX_MODEL_FILTER: str = "mlx-community" MLX_DEFAULT_MODEL: str = "mlx-community/Meta-Llama-3-8B-Instruct-8bit" + MLX_MODEL_FILTER: str = "mlx-community" MLX_STOP: str = "<|start_header_id|>,<|end_header_id|>,<|eot_id|>" MLX_CHAT_TEMPLATE: str = "" MLX_USE_DEFAULT_CHAT_TEMPLATE: bool = False @@ -208,4 +208,4 @@ class Pipeline: else: return r.json() except Exception as e: - return f"Error: {e}" \ No newline at end of file + return f"Error: {e}"