Moses25 commited on
Commit
b11d3c8
·
verified ·
1 Parent(s): f0b3110

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 'llama3-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 \
 
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 \