Minor docs improvements

This commit is contained in:
2025-10-26 17:19:53 +01:00
parent 249ff2a7aa
commit 4f94f63de3
3 changed files with 7 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ llama-server --model /path/to/model.gguf --port 8081
mlx_lm.server --model mlx-community/Mistral-7B-Instruct-v0.3-4bit --port 8081
# vLLM
python -m vllm.entrypoints.openai.api_server --model microsoft/DialoGPT-medium --port 8081
vllm serve microsoft/DialoGPT-medium --port 8081
```
## API and Network Issues