Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 533ce37

Browse files
authored
update ollama to latest parallel rc
1 parent 5c80e9d commit 533ce37

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ollama/config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Ollama"
22
description: "The easiest way to get up and running with large language models locally"
3-
version: "0.1.32"
3+
version: "0.1.33-rc5"
44
slug: "ollama"
55
init: false
66
arch:
@@ -17,3 +17,5 @@ map:
1717
- config:rw
1818
environment:
1919
OLLAMA_MODELS: "/config/ollama"
20+
OLLAMA_NUM_PARALLEL: "4"
21+
OLLAMA_MAX_LOADED_MODELS: "4"

0 commit comments

Comments
 (0)