From 6228a58c0ccb9f34fad7501c92bd5440ea2f8f3c Mon Sep 17 00:00:00 2001 From: Hirose <86906598+HiroseKoichi@users.noreply.github.com> Date: Sun, 17 Dec 2023 18:09:33 -0600 Subject: [PATCH] Update config.yaml Automatically use ChatML for Eric Hartford's Dolphin models. --- models/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/config.yaml b/models/config.yaml index 197d4b3536..86b5ca4016 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -186,3 +186,5 @@ instruction_template: 'ChatML' .*Yi-34B-Chat: instruction_template: 'ChatML' +(dolphin).*: + instruction_template: 'ChatML'