From e6d0a18142ee4346a8e6dbddbd81992fbc446fe7 Mon Sep 17 00:00:00 2001 From: "chenguangjian.jk" Date: Sun, 20 Oct 2024 02:18:18 +0800 Subject: [PATCH] mlx_lm.server --model mlx-community/Qwen2.5-14B-Instruct-8bit --trust-remote-code --port 8722 --- llms/mlx_lm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/llms/mlx_lm/Makefile b/llms/mlx_lm/Makefile index ae2fba09..5bcec668 100644 --- a/llms/mlx_lm/Makefile +++ b/llms/mlx_lm/Makefile @@ -7,6 +7,7 @@ cd_mlx_lm: run: #mlx_lm.server --model mlx-community/Qwen2.5-7B-Instruct-4bit --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-4bit --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/Ministral-8B-Instruct-2410-4bit --trust-remote-code --port 8722 #mlx_lm.server --model mlx-community/Ministral-8B-Instruct-2410-8bit --trust-remote-code --port 8722