From 4aa481282b4aa3c7c1378903cedd0a9759a2b665 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:02:20 -0700 Subject: [PATCH] Detect the xwin-lm-70b-v0.1 instruction template --- models/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/config.yaml b/models/config.yaml index 184528ab..4b9bfd9f 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -194,3 +194,5 @@ instruction_template: 'ChatML' .*command-r: instruction_template: 'Command-R' +.*xwin-lm-70b-v0.1: + instruction_template: 'Vicuna-v1.1'