XanderJC commited on
Commit
d5b7c14
·
verified ·
1 Parent(s): 92fe8d8

Update README.md

Browse files

fix vllm serve command

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -67,7 +67,7 @@ You can use this [endpoint](https://huggingface.co/spaces/convergence-ai/demo-ap
67
  We recommend hosting your own endpoint with vLLM, you can use the following command:
68
 
69
  ```bash
70
- vllm serve --model convergence-ai/proxy-lite-3b \
71
  --trust-remote-code \
72
  --enable-auto-tool-choice \
73
  --tool-call-parser hermes \
 
67
  We recommend hosting your own endpoint with vLLM, you can use the following command:
68
 
69
  ```bash
70
+ vllm serve convergence-ai/proxy-lite-3b \
71
  --trust-remote-code \
72
  --enable-auto-tool-choice \
73
  --tool-call-parser hermes \