mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user