From 4896f9a5736d03509b205c407c75116dfd7ae2e4 Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Mon, 27 Mar 2023 00:30:13 +0200 Subject: [PATCH] Update shared.py: Precise default for LLaMA/Alpaca LLaMA-Precise as default preset for LLaMA/Alpaca models --- modules/shared.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shared.py b/modules/shared.py index 87896faf..6d34fd69 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -45,6 +45,7 @@ settings = { 'chat_default_extensions': ["gallery"], 'presets': { 'default': 'NovelAI-Sphinx Moth', + '(alpaca-*|llama-*)': "LLaMA-Precise", 'pygmalion-*': 'Pygmalion', 'RWKV-*': 'Naive', },