Update README.md
Browse files
README.md
CHANGED
@@ -75,7 +75,7 @@ However, I should note that the actual fruit distribution in your basket may var
|
|
75 |
## vLLM server
|
76 |
```shell
|
77 |
#llama2-chat-template.jinja file is chat-template above 'mistral-template'
|
78 |
-
model_path=
|
79 |
python -m vllm.entrypoints.openai.api_server --model=$model_path \
|
80 |
--trust-remote-code --host 0.0.0.0 --port 7777 \
|
81 |
--gpu-memory-utilization 0.8 \
|
|
|
75 |
## vLLM server
|
76 |
```shell
|
77 |
#llama2-chat-template.jinja file is chat-template above 'mistral-template'
|
78 |
+
model_path="Moses25/Mistral-7B-chat-32k"
|
79 |
python -m vllm.entrypoints.openai.api_server --model=$model_path \
|
80 |
--trust-remote-code --host 0.0.0.0 --port 7777 \
|
81 |
--gpu-memory-utilization 0.8 \
|