fix: bump pinned vLLM version to v0.7.3 to support tool calling arguments

This commit is contained in:
Sirius Claw 2026-04-20 06:58:13 +00:00
parent 5847b6b393
commit 35dc7f01ac
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ spec:
effect: "NoSchedule" effect: "NoSchedule"
containers: containers:
- name: vllm-brain - name: vllm-brain
image: vllm/vllm-openai:v0.4.2 image: vllm/vllm-openai:v0.7.3
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"] command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
env: env:
- name: HF_TOKEN - name: HF_TOKEN

View file

@ -24,7 +24,7 @@ spec:
effect: "NoSchedule" effect: "NoSchedule"
containers: containers:
- name: vllm-brain-l4 - name: vllm-brain-l4
image: vllm/vllm-openai:v0.4.2 image: vllm/vllm-openai:v0.7.3
command: ["python3", "-m", "vllm.entrypoints.openai.api_server"] command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
env: env:
- name: HF_TOKEN - name: HF_TOKEN