From f34771c647d3ccc81109674f3a42cbeedc1c4e00 Mon Sep 17 00:00:00 2001 From: Justin Hayes <52832301+justinh-rahb@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:13:07 -0400 Subject: [PATCH] Update mlx_manifold_pipeline.py --- examples/pipelines/providers/mlx_manifold_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pipelines/providers/mlx_manifold_pipeline.py b/examples/pipelines/providers/mlx_manifold_pipeline.py index 02b30ca1..26260902 100644 --- a/examples/pipelines/providers/mlx_manifold_pipeline.py +++ b/examples/pipelines/providers/mlx_manifold_pipeline.py @@ -24,7 +24,7 @@ class Valves(BaseModel): MLX_MODEL_FILTER: str = "mlx-community" MLX_STOP: str = "<|start_header_id|>,<|end_header_id|>,<|eot_id|>" MLX_CHAT_TEMPLATE: str | None = None - MLX_USE_DEFAULT_CHAT_TEMPLATE: bool | None = None + MLX_USE_DEFAULT_CHAT_TEMPLATE: bool | None = False HUGGINGFACE_TOKEN: str | None = None def __init__(self):