diff --git a/glance/config/home.yml b/glance/config/home.yml index 25d185a..8a7eed2 100644 --- a/glance/config/home.yml +++ b/glance/config/home.yml @@ -22,6 +22,7 @@ title: Ahmad Shadeed - url: https://chrisgreybrexitblog.blogspot.com/feeds/posts/default - url: https://forgejo.org/rss.xml + - url: https://feeds.feedburner.com/servethehome - type: twitch-channels channels: diff --git a/ollama/docker-compose.yml b/ollama/docker-compose.yml index 4482ff8..27a0184 100644 --- a/ollama/docker-compose.yml +++ b/ollama/docker-compose.yml @@ -9,6 +9,9 @@ services: image: ollama/ollama:${OLLAMA_DOCKER_TAG-latest} ports: - 11434:11434 + environment: + - OLLAMA_NUM_GPU=99 + - OLLAMA_MAX_LOADED_MODELS=1 devices: - /dev/dri:/dev/dri