mirror of
https://github.com/open-webui/pipelines
synced 2025-05-12 08:30:43 +00:00
Update mlx_manifold_pipeline.py
This commit is contained in:
parent
becb4f6a75
commit
47de6f1bb1
@ -20,8 +20,8 @@ import psutil
|
|||||||
|
|
||||||
class Pipeline:
|
class Pipeline:
|
||||||
class Valves(BaseModel):
|
class Valves(BaseModel):
|
||||||
MLX_MODEL_FILTER: str = "mlx-community"
|
|
||||||
MLX_DEFAULT_MODEL: str = "mlx-community/Meta-Llama-3-8B-Instruct-8bit"
|
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_STOP: str = "<|start_header_id|>,<|end_header_id|>,<|eot_id|>"
|
||||||
MLX_CHAT_TEMPLATE: str = ""
|
MLX_CHAT_TEMPLATE: str = ""
|
||||||
MLX_USE_DEFAULT_CHAT_TEMPLATE: bool = False
|
MLX_USE_DEFAULT_CHAT_TEMPLATE: bool = False
|
||||||
|
Loading…
Reference in New Issue
Block a user