Update README.md
Browse files
README.md
CHANGED
|
@@ -78,7 +78,7 @@ However, I should note that the actual fruit distribution in your basket may var
|
|
| 78 |
|
| 79 |
## vLLM server
|
| 80 |
```shell
|
| 81 |
-
#llama2-chat-template.jinja file is chat-template above '
|
| 82 |
model_path=Meta-LlaMA-3-8B-Instruct-16k
|
| 83 |
python -m vllm.entrypoints.openai.api_server --model=$model_path \
|
| 84 |
--trust-remote-code --host 0.0.0.0 --port 7777 \
|
|
|
|
| 78 |
|
| 79 |
## vLLM server
|
| 80 |
```shell
|
| 81 |
+
#llama2-chat-template.jinja file is chat-template above 'mistral-template'
|
| 82 |
model_path=Meta-LlaMA-3-8B-Instruct-16k
|
| 83 |
python -m vllm.entrypoints.openai.api_server --model=$model_path \
|
| 84 |
--trust-remote-code --host 0.0.0.0 --port 7777 \
|