Merge pull request #4 from sirius0xdev/feat/switch-to-a100
refactor: migrate vLLM brain to A100 80GB node pool
This commit is contained in:
commit
9967b4b39d
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ spec:
|
||||||
app: openclaw-brain
|
app: openclaw-brain
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
cloud.google.com/gke-accelerator: "nvidia-rtx-pro-6000"
|
cloud.google.com/gke-accelerator: "nvidia-a100-80gb"
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "nvidia.com/gpu-nvidia-rtx-pro-6000"
|
- key: "nvidia.com/gpu-a100-80gb"
|
||||||
operator: "Equal"
|
operator: "Equal"
|
||||||
value: "present"
|
value: "present"
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue