vllm image error fix

This commit is contained in:
sirius0xdev 2026-05-06 01:42:12 +00:00
parent 2200006c41
commit e05e71d0fc
3 changed files with 14 additions and 2 deletions

View file

@ -3,4 +3,6 @@ kind: Kustomization
resources:
- deployment.yaml
- hermes-secret.yaml
- configmap.yaml
- configmap.yaml
- rays-hermes-secret.yaml
- rays-deployment.yaml

View file

@ -63,6 +63,16 @@ spec:
volumeMounts:
- name: hermes-data
mountPath: /opt/data
- name: hermes-config
mountPath: /opt/data/config.yaml
subPath: config.yaml
resources:
requests:
memory: 2Gi
cpu: "1"
limits:
memory: 4Gi
cpu: "2"
volumes:
- name: hermes-data
persistentVolumeClaim:

View file

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