We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3404306 commit f8e735bCopy full SHA for f8e735b
Formula/o/ollama.rb
@@ -50,6 +50,8 @@ def install
50
working_dir var
51
log_path var/"log/ollama.log"
52
error_log_path var/"log/ollama.log"
53
+ environment_variables OLLAMA_FLASH_ATTENTION: "1",
54
+ OLLAMA_KV_CACHE_TYPE: "q8_0"
55
end
56
57
test do
0 commit comments