Merge pull request #42 from sirius0xdev/fix/vllm-tool-args-version

fix: bump pinned vLLM version to support tool calling arguments
This commit is contained in:
sirius0xdev 2026-04-20 03:03:52 -04:00 committed by GitHub
commit ec5eecf723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ spec:
effect: "NoSchedule"
containers:
- 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"]
env:
- name: HF_TOKEN

View file

@ -24,7 +24,7 @@ spec:
effect: "NoSchedule"
containers:
- 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"]
env:
- name: HF_TOKEN