Skip to content

Commit 82d02c1

Browse files
authored
fix(ollama): Add GGML_VK_DISABLE_INTEGER_DOT_PRODUCT
Adds GGML_VK_DISABLE_INTEGER_DOT_PRODUCT to prevent Garbage Output as described in #159. Fixes #159.
1 parent e29d53d commit 82d02c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ollama/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ schema:
4040
OLLAMA_NUM_PARALLEL: int
4141
OLLAMA_NUM_THREADS: int?
4242
OLLAMA_VULKAN: bool?
43+
# https://github.com/ollama/ollama/issues/13108
44+
GGML_VK_DISABLE_INTEGER_DOT_PRODUCT: bool?
4345
OLLAMA_NOPRUNE: bool?
4446
OLLAMA_MAX_QUEUE: int?
4547
OLLAMA_SCHED_SPREAD: bool?

0 commit comments

Comments
 (0)