mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-29 11:45:16 +08:00
16 lines
327 B
Makefile
16 lines
327 B
Makefile
c:
|
|
conda activate m3mlx
|
|
|
|
cd_mlx_lm:
|
|
cd llms/mlx_lm
|
|
|
|
run:
|
|
mlx_lm.server --model mlx-community/Qwen2.5-Coder-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:*/*"
|
|
|