From bfc60460d4d0f6c27843b5794f76c5e9a45b128e Mon Sep 17 00:00:00 2001 From: "chenguangjian.jk" Date: Wed, 2 Oct 2024 13:08:46 +0800 Subject: [PATCH] mlx_lm.server --model mlx-community/Qwen2.5-7B-Instruct-8bit --trust-remote-code --port 8722 --- llms/mlx_lm/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/llms/mlx_lm/Makefile b/llms/mlx_lm/Makefile index e69c7e83..36e3f5c6 100644 --- a/llms/mlx_lm/Makefile +++ b/llms/mlx_lm/Makefile @@ -6,9 +6,8 @@ cd_mlx_lm: run: - mlx_lm.server --model mlx-community/Qwen2.5-14B-Instruct-8bit --trust-remote-code --port 8722 - #mlx_lm.server --model mlx-community/Qwen2.5-7B-Instruct-8bit --trust-remote-code --port 8722 - #mlx_lm.server --model mlx-community/Mistral-Nemo-Instruct-2407-8bit --trust-remote-code --port 8722 + mlx_lm.server --model mlx-community/Qwen2.5-7B-Instruct-8bit --trust-remote-code --port 8722 + #mlx_lm.server --model mlx-community/Qwen2.5-14B-Instruct-8bit --trust-remote-code --port 8722 #mlx_lm.server --model mlx-community/gemma-2-9b-it-8bit --trust-remote-code --port 8722 k: