Update README.md
Browse filesfix vllm serve command
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
|
| 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 \
|