mlx-examples/llms/mlx_lm/Makefile
chenguangjian.jk cffd0ed79e run:
mlx_lm.server --model mlx-community/Qwen2.5-14B-Instruct-8bit --trust-remote-code --port 8722
2024-10-20 03:08:27 +08:00

16 lines
321 B
Makefile

c:
conda activate m3mlx
cd_mlx_lm:
cd llms/mlx_lm
run:
mlx_lm.server --model mlx-community/Qwen2.5-14B-Instruct-8bit --trust-remote-code --port 8722
k:
./kill.sh
w:
curl -X GET "http://127.0.0.1:9000/api/ai/WriteBlogRandomlyWithLLM?model=MLXLMServerO1" -H "Request-Origion:SwaggerBootstrapUi" -H "accept:*/*"