mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-20 22:35:02 +08:00
Update deploying_with_k8s.rst (#10922)
This commit is contained in:
parent
25ebed2f8c
commit
da6f409246
@ -162,7 +162,7 @@ To test the deployment, run the following ``curl`` command:
|
|||||||
curl http://mistral-7b.default.svc.cluster.local/v1/completions \
|
curl http://mistral-7b.default.svc.cluster.local/v1/completions \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
"model": "facebook/opt-125m",
|
"model": "mistralai/Mistral-7B-Instruct-v0.3",
|
||||||
"prompt": "San Francisco is a",
|
"prompt": "San Francisco is a",
|
||||||
"max_tokens": 7,
|
"max_tokens": 7,
|
||||||
"temperature": 0
|
"temperature": 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user