Update node to watch forever
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
e78ac932d0
commit
17e076e0c8
@ -28,13 +28,14 @@ spec:
|
||||
value: /.cache
|
||||
- name: shm-size
|
||||
value: 1g
|
||||
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
||||
args: ["--model=meta-llama/Llama-2-7b-hf",
|
||||
"--gpu-memory-utilization=0.95",
|
||||
"--disable-log-requests",
|
||||
"--trust-remote-code",
|
||||
"--port=8000",
|
||||
"--tensor-parallel-size=1"]
|
||||
command: ["watch", "ls"]
|
||||
#command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
||||
#args: ["--model=meta-llama/Llama-2-7b-hf",
|
||||
# "--gpu-memory-utilization=0.95",
|
||||
# "--disable-log-requests",
|
||||
# "--trust-remote-code",
|
||||
# "--port=8000",
|
||||
# "--tensor-parallel-size=1"]
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
name: http
|
||||
|
Loading…
Reference in New Issue
Block a user