Update to use open model
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
28a5a521ee
commit
765124c106
@ -33,7 +33,7 @@ spec:
|
|||||||
#args:
|
#args:
|
||||||
#- while true; do sleep 2600; done
|
#- while true; do sleep 2600; done
|
||||||
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
||||||
args: ["--model=meta-llama/Llama-2-7b-hf",
|
args: ["--model=mistralai/Mistral-7B-v0.1",
|
||||||
"--gpu-memory-utilization=0.95",
|
"--gpu-memory-utilization=0.95",
|
||||||
"--disable-log-requests",
|
"--disable-log-requests",
|
||||||
"--trust-remote-code",
|
"--trust-remote-code",
|
||||||
|
Loading…
Reference in New Issue
Block a user