Config: Use an explicit "auto" value for rope_alpha
Using "auto" for rope alpha removes ambiguity on how to explicitly enable automatic rope calculation. The same behavior of None -> auto calculate still exists, but can be overwritten if a model's tabby_config.yml includes `rope_alpha`. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
a96fa5f138
commit
4aebe8a2a5
5 changed files with 50 additions and 17 deletions
|
|
@ -135,7 +135,8 @@ model:
|
|||
|
||||
# Rope alpha (default: 1.0)
|
||||
# Same thing as alpha_value
|
||||
# Leave blank to automatically calculate alpha
|
||||
# Set to "auto" to automatically calculate
|
||||
# Leave blank to pull the value from the model
|
||||
#rope_alpha: 1.0
|
||||
|
||||
# Enable different cache modes for VRAM savings (slight performance hit).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue