mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-30 02:53:41 +08:00
mlx_lm.server --model mlx-community/Mistral-Nemo-Instruct-2407-8bit --trust-remote-code --port 8722
This commit is contained in:
parent
c656c927dc
commit
c1f89c4417
@ -1,9 +1,8 @@
|
||||
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
|
||||
./kill.sh
|
||||
|
||||
w:
|
||||
curl -X GET "http://127.0.0.1:9000/api/ai/WriteBlogRandomlyWithLLM?model=MLXLMServer" -H "Request-Origion:SwaggerBootstrapUi" -H "accept:*/*"
|
||||
|
2
llms/mlx_lm/kill.sh
Executable file
2
llms/mlx_lm/kill.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
ps -ef|grep 'mlx_lm.server'|awk '{print $2}'|xargs kill -9
|
Loading…
Reference in New Issue
Block a user