From 8a7a8343beec75a4b1877d0af2be182c60d78d59 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 9 Jun 2023 00:26:34 -0300 Subject: [PATCH] Detect TheBloke_WizardLM-30B-GPTQ --- models/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/models/config.yaml b/models/config.yaml index 36d8696..ebb7a5a 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -191,3 +191,6 @@ llama-65b-gptq-3bit: .*WizardLM-30B-V1.0: mode: 'instruct' instruction_template: 'Vicuna-v1.1' +TheBloke_WizardLM-30B-GPTQ: + mode: 'instruct' + instruction_template: 'Vicuna-v1.1'