Moses25 commited on
Commit
710fd5c
1 Parent(s): 6d0e6b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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=Meta-LlaMA-3-8B-Instruct-16k
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 \