mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Default ctx-size to 8192 when not found in the metadata
This commit is contained in:
parent
52d1cbbbe9
commit
38c0b4a1ad
|
|
@ -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…
Reference in a new issue