diff --git a/llms/mlx_lm/Makefile b/llms/mlx_lm/Makefile index 78de1a46..e36249aa 100644 --- a/llms/mlx_lm/Makefile +++ b/llms/mlx_lm/Makefile @@ -5,7 +5,7 @@ cd_mlx_lm: cd llms/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-Coder-14B-Instruct-8bit --trust-remote-code --port 8722 k: ./kill.sh diff --git a/llms/mlx_lm/README.md b/llms/mlx_lm/README.md index 9558fc51..336665f2 100644 --- a/llms/mlx_lm/README.md +++ b/llms/mlx_lm/README.md @@ -87,8 +87,8 @@ For example: ```shell # https://huggingface.co/mlx-community/Ministral-8B-Instruct-2410-8bit mlx_lm.server --model mlx-community/Ministral-8B-Instruct-2410-8bit --trust-remote-code --port 8722 - -mlx_lm.server --model mlx-community/Qwen2.5-7B-Instruct-8bitt --trust-remote-code --port 8722 +mlx_lm.server --model mlx-community/Qwen2.5-Coder-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/Qwen2.5-7B-Instruct-4bit --trust-remote-code --port 8722 mlx_lm.server --model mlx-community/Meta-Llama-3.1-8B-Instruct-8bit --trust-remote-code --port 8722 mlx_lm.server --model mlx-community/Mistral-Nemo-Instruct-2407-8bit --trust-remote-code --port 8722