mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-11 21:10:40 +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"],
|
'chat_default_extensions': ["gallery"],
|
||||||
'presets': {
|
'presets': {
|
||||||
'default': 'Default',
|
'default': 'Default',
|
||||||
'.*(alpaca|llama|llava)': "LLaMA-Precise",
|
'.*(alpaca|llama|llava|vicuna)': "LLaMA-Precise",
|
||||||
'.*pygmalion': 'NovelAI-Storywriter',
|
'.*pygmalion': 'NovelAI-Storywriter',
|
||||||
'.*RWKV': 'Naive',
|
'.*RWKV': 'Naive',
|
||||||
'.*moss': 'MOSS',
|
'.*moss': 'MOSS',
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
],
|
],
|
||||||
"presets": {
|
"presets": {
|
||||||
"default": "Default",
|
"default": "Default",
|
||||||
".*(alpaca|llama|llava)": "LLaMA-Precise",
|
".*(alpaca|llama|llava|vicuna)": "LLaMA-Precise",
|
||||||
".*pygmalion": "NovelAI-Storywriter",
|
".*pygmalion": "NovelAI-Storywriter",
|
||||||
".*RWKV": "Naive",
|
".*RWKV": "Naive",
|
||||||
".*moss": "MOSS"
|
".*moss": "MOSS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user