RAG using CPU instead of GPU #3821
Replies: 1 comment 1 reply
-
docker run -d \
-p 3000:8080 \
--gpus all \
--add-host=host.docker.internal:host-gateway \
-v open-webui:/app/backend/data \
--name open-webui \
--restart always \
ghcr.io/open-webui/open-webui:cuda |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
justinh-rahb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to enable GPU to process the RAG files?
Beta Was this translation helpful? Give feedback.
All reactions