mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-30 02:36:37 +08:00
mlx_lm.server --model mlx-community/gemma-2-9b-it-8bit --trust-remote-code --port 8722
This commit is contained in:
parent
c1f89c4417
commit
18c9652ec2
@ -1,5 +1,13 @@
|
||||
c:
|
||||
conda activate m3mlx
|
||||
|
||||
cd_mlx_lm:
|
||||
cd llms/mlx_lm
|
||||
|
||||
|
||||
run:
|
||||
mlx_lm.server --model mlx-community/Mistral-Nemo-Instruct-2407-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/gemma-2-9b-it-8bit --trust-remote-code --port 8722
|
||||
|
||||
k:
|
||||
./kill.sh
|
||||
@ -7,5 +15,3 @@ k:
|
||||
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
|
Loading…
Reference in New Issue
Block a user