mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-07-16 09:37:23 +00:00
9 lines
213 B
Bash
9 lines
213 B
Bash
./biergarten-pipeline \
|
|
--model ../models/google_gemma-4-E4B-it-Q6_K.gguf \
|
|
--temperature 1.0 \
|
|
--top-p 0.95 \
|
|
--top-k 64 \
|
|
--n-ctx 8192 \
|
|
--location-count 15 \
|
|
--prompt-dir ../prompts
|