Update node to watch forever
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2024-03-30 22:20:50 -04:00
parent e78ac932d0
commit 17e076e0c8
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -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