Skip to content

Commit

Permalink
refine the readme with the default model 'Intel/neural-chat-7b-v3-3'
Browse files Browse the repository at this point in the history
Signed-off-by: tianyil1 <[email protected]>
  • Loading branch information
tianyil1 committed Jun 11, 2024
1 parent 3ebdf73 commit fea2bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/llms/text-generation/vllm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ You have the flexibility to customize two parameters according to your specific

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

0 comments on commit fea2bb1

Please sign in to comment.