Multiple GPU support #114

Open
opened 2026-02-15 19:16:24 -05:00 by yindo · 0 comments
Owner

Originally created by @arturzangiev on GitHub (Dec 28, 2025).

I have the following configuration in values.yaml, but it still uses only one GPU

ollama:
  enabled: true
  fullnameOverride: "open-webui-ollama"
  ollama:
    gpu:
      enabled: true
      type: 'nvidia'
      number: 2
    resources:
      limits:
        nvidia.com/gpu: 2
      requests:
        nvidia.com/gpu: 2
  runtimeClassName: nvidia

Do you support multiple GPUs?

Originally created by @arturzangiev on GitHub (Dec 28, 2025). I have the following configuration in values.yaml, but it still uses only one GPU ``` ollama: enabled: true fullnameOverride: "open-webui-ollama" ollama: gpu: enabled: true type: 'nvidia' number: 2 resources: limits: nvidia.com/gpu: 2 requests: nvidia.com/gpu: 2 runtimeClassName: nvidia ``` Do you support multiple GPUs?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#114