mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-12-23 21:18:00 +01:00
Apply LLaMA-Precise preset to Vicuna by default
This commit is contained in:
parent
e3d578502a
commit
d63ef59a0f
@ -66,7 +66,7 @@ settings = {
|
||||
'chat_default_extensions': ["gallery"],
|
||||
'presets': {
|
||||
'default': 'Default',
|
||||
'.*(alpaca|llama|llava)': "LLaMA-Precise",
|
||||
'.*(alpaca|llama|llava|vicuna)': "LLaMA-Precise",
|
||||
'.*pygmalion': 'NovelAI-Storywriter',
|
||||
'.*RWKV': 'Naive',
|
||||
'.*moss': 'MOSS',
|
||||
|
@ -34,7 +34,7 @@
|
||||
],
|
||||
"presets": {
|
||||
"default": "Default",
|
||||
".*(alpaca|llama|llava)": "LLaMA-Precise",
|
||||
".*(alpaca|llama|llava|vicuna)": "LLaMA-Precise",
|
||||
".*pygmalion": "NovelAI-Storywriter",
|
||||
".*RWKV": "Naive",
|
||||
".*moss": "MOSS"
|
||||
|
Loading…
Reference in New Issue
Block a user