🐞 Minor fixes

This commit is contained in:
Jérôme Petazzoni
2024-11-23 21:23:22 +01:00
parent 0e7058214a
commit 908ffe0dd2

View File

@@ -246,7 +246,7 @@ helm install ollama ollama/ollama --set ollama.models={qwen2:1.5b}
Idempotent¹, single-command method:
```bash
helm ugprade --install --repo https://otwld.github.io/ollama-helm/ \
helm upgrade --install --repo https://otwld.github.io/ollama-helm/ \
ollama ollama --set ollama.models={qwen2:1.5b}
```