We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3eb8f commit 6df3912Copy full SHA for 6df3912
comps/llms/text-generation/vllm/README.md
@@ -47,5 +47,5 @@ You have the flexibility to customize two parameters according to your specific
47
48
```bash
49
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"
+export LLM_MODEL=<model_name> # example: export LLM_MODEL="Intel/neural-chat-7b-v3-3"
51
```
0 commit comments