fix: Update llama version to 3.2 (#18)

This commit is contained in:
Eugene
2024-10-17 18:16:14 +02:00
committed by GitHub
parent 9c99ced291
commit b13ff3e76d
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ x-init-ollama: &init-ollama
entrypoint: /bin/sh
command:
- "-c"
- "sleep 3; OLLAMA_HOST=ollama:11434 ollama pull llama3.1"
- "sleep 3; OLLAMA_HOST=ollama:11434 ollama pull llama3.2"
services:
postgres: