Commit Graph

7 Commits

Author SHA1 Message Date
chenguangjian.jk
dbd09720a1 mlx_lm.server --model mlx-community/Ministral-8B-Instruct-2410-8bit --trust-remote-code --port 8722 2024-10-18 23:33:42 +08:00
chenguangjian.jk
bfc60460d4 mlx_lm.server --model mlx-community/Qwen2.5-7B-Instruct-8bit --trust-remote-code --port 8722 2024-10-02 13:08:46 +08:00
chenguangjian.jk
c4e0f04b90 mlx_lm.server --model mlx-community/Qwen2.5-14B-Instruct-8bit --trust-remote-code --port 8722 2024-10-02 04:20:20 +08:00
chenguangjian.jk
18c9652ec2 mlx_lm.server --model mlx-community/gemma-2-9b-it-8bit --trust-remote-code --port 8722 2024-08-05 10:33:21 +08:00
chenguangjian.jk
c1f89c4417 mlx_lm.server --model mlx-community/Mistral-Nemo-Instruct-2407-8bit --trust-remote-code --port 8722 2024-07-25 10:55:25 +08:00
chenguangjian.jk
c656c927dc run:
#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

k:
	ps -ef|grep 'mlx_lm.server'|awk '{print $2}'|xargs kill -9

w:
	curl -X GET "http://127.0.0.1:9000/api/ai/WriteBlogRandomlyWithLLM?model=MLXLMServer" -H  "Request-Origion:SwaggerBootstrapUi" -H  "accept:*/*"

c:
	conda activate m3mlx
2024-07-24 14:44:39 +08:00
chenguangjian.jk
8e3f04f66c mlx_lm.server --model mlx-community/Meta-Llama-3.1-8B-Instruct-8bit --trust-remote-code --port 8722 2024-07-24 11:45:37 +08:00