mirror of
https://github.com/open-webui/docs
synced 2025-06-10 16:47:13 +00:00
docs: add reason for enabling GPU
Initially I decided not to enable GPU because I intended to use Ollama externally but had forgotten about the STT so I think a reminder would be better
This commit is contained in:
parent
1c576cc8eb
commit
62cc6a836d
@ -145,6 +145,8 @@ Visit the [Docker documentation](https://docs.docker.com/storage/) to understand
|
||||
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
|
||||
```
|
||||
|
||||
This will result in a faster Bundled Ollama, faster Speech-To-Text and faster RAG embeddings if using SentenceTransformers.
|
||||
|
||||
### Installation for OpenAI API Usage Only
|
||||
|
||||
- **If you're only using OpenAI API**, use this command:
|
||||
|
Loading…
Reference in New Issue
Block a user