From d06ce7b75cb1364ecd0b27c608ff3d7a925bd40c Mon Sep 17 00:00:00 2001 From: Eve <139727413+netrunnereve@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:41:06 +0000 Subject: [PATCH] add openhermes mistral support (#4730) --- models/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/config.yaml b/models/config.yaml index b39e0eb4..703b9e77 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -182,3 +182,5 @@ instruction_template: 'Alpaca' .*orca-2-(13|7)b: instruction_template: 'ChatML' +.*openhermes.*mistral: + instruction_template: 'ChatML'