Reasoning Budget Message=?

#1
by BingoBird - opened

llama-server --no-mmap --no-warmup --model $model --mmproj $mmproj
--ctx-size $ctx_size -np $parallel --temp 1.0 --top-p 0.95
--repeat-penalty 1.0 --presence-penalty 0.0
--reasoning-budget-message "$reasoning_budget_message"
--reasoning-preserve
--spec-type draft-mtp -md $mtp --spec-draft-n-max 3 --spec-draft-p-min 0.65
-ctxcp 8 --checkpoint-min-step 512
--cache-ram 4096

What goes into "$reasoning_budget_message"?

sorry if it's a stupid question. 😄

It is defined earlier in the script: https://huggingface.co/tarruda/Step-3.7-Flash-GGUF#usage

image

Somehow the multi-line variable assignment confused me. Thank you very much for explanation. Closing.

BingoBird changed discussion status to closed

Sign up or log in to comment