From d63ef59a0f7bca15802cbf14254c94d45d3ff1ae Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 21 May 2023 23:00:42 -0300 Subject: [PATCH] Apply LLaMA-Precise preset to Vicuna by default --- modules/shared.py | 2 +- settings-template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/shared.py b/modules/shared.py index e1b5bf9e..0b34d339 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -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', diff --git a/settings-template.json b/settings-template.json index fffef0d9..2c405a5d 100644 --- a/settings-template.json +++ b/settings-template.json @@ -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"