From 8c36c19218635481459d479dc3376df9a0b528c2 Mon Sep 17 00:00:00 2001 From: matatonic <73265741+matatonic@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:14:19 -0400 Subject: [PATCH] 8k size only for minotaur-15B (#2815) Co-authored-by: Matthew Ashton --- models/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/config.yaml b/models/config.yaml index c80b6c8e..07f02d04 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -235,6 +235,7 @@ TheBloke_WizardLM-30B-GPTQ: .*minotaur: mode: 'instruct' instruction_template: 'Minotaur' +.*minotaur-15b: truncation_length: 8192 chat_prompt_size: 8192 - chat_prompt_size_max: 8192 + chat_prompt_size_max: 8192 \ No newline at end of file