mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Default ctx-size to 8192 when not found in the metadata
This commit is contained in:
parent
52d1cbbbe9
commit
38c0b4a1ad
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ from modules.logging_colors import logger
|
|||
def get_fallback_settings():
|
||||
return {
|
||||
'bf16': False,
|
||||
'ctx_size': 2048,
|
||||
'ctx_size': 8192,
|
||||
'rope_freq_base': 0,
|
||||
'compress_pos_emb': 1,
|
||||
'alpha_value': 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue