mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-29 18:26:37 +08:00
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
This commit is contained in:
parent
8e3f04f66c
commit
c656c927dc
@ -1,5 +1,6 @@
|
|||||||
run:
|
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/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:
|
k:
|
||||||
ps -ef|grep 'mlx_lm.server'|awk '{print $2}'|xargs kill -9
|
ps -ef|grep 'mlx_lm.server'|awk '{print $2}'|xargs kill -9
|
||||||
|
@ -71,6 +71,7 @@ For example:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
mlx_lm.server --model mlx-community/Meta-Llama-3.1-8B-Instruct-8bit --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
|
||||||
mlx_lm.server --model mlx-community/Mistral-7B-Instruct-v0.3-4bit --trust-remote-code --port 8722
|
mlx_lm.server --model mlx-community/Mistral-7B-Instruct-v0.3-4bit --trust-remote-code --port 8722
|
||||||
mlx_lm.server --model mlx-community/internlm2_5-7b-chat-8bit --trust-remote-code --port 8722
|
mlx_lm.server --model mlx-community/internlm2_5-7b-chat-8bit --trust-remote-code --port 8722
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user