mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-24 00:46:53 +01:00
Update shared.py: Precise default for LLaMA/Alpaca
LLaMA-Precise as default preset for LLaMA/Alpaca models
This commit is contained in:
parent
497be69494
commit
4896f9a573
@ -45,6 +45,7 @@ settings = {
|
|||||||
'chat_default_extensions': ["gallery"],
|
'chat_default_extensions': ["gallery"],
|
||||||
'presets': {
|
'presets': {
|
||||||
'default': 'NovelAI-Sphinx Moth',
|
'default': 'NovelAI-Sphinx Moth',
|
||||||
|
'(alpaca-*|llama-*)': "LLaMA-Precise",
|
||||||
'pygmalion-*': 'Pygmalion',
|
'pygmalion-*': 'Pygmalion',
|
||||||
'RWKV-*': 'Naive',
|
'RWKV-*': 'Naive',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user