Skip to content

Commit 6df3912

Browse files
committed
refine the readme with the default model 'Intel/neural-chat-7b-v3-3'
Signed-off-by: tianyil1 <[email protected]>
1 parent ef3eb8f commit 6df3912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comps/llms/text-generation/vllm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ You have the flexibility to customize two parameters according to your specific
4747

4848
```bash
4949
export vLLM_LLM_ENDPOINT="http://xxx.xxx.xxx.xxx:8080"
50-
export LLM_MODEL=<model_name> # example: export LLM_MODEL="mistralai/Mistral-7B-v0.1"
50+
export LLM_MODEL=<model_name> # example: export LLM_MODEL="Intel/neural-chat-7b-v3-3"
5151
```

0 commit comments

Comments
 (0)