Skip to content

Commit

Permalink
Update mlx_manifold_pipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb authored Jul 3, 2024
1 parent 54e8398 commit f34771c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pipelines/providers/mlx_manifold_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f34771c

Please sign in to comment.