From ae3500fb030ee134208335755bd53505200565b2 Mon Sep 17 00:00:00 2001 From: Davidqian123 Date: Sat, 7 Sep 2024 07:46:44 +0000 Subject: [PATCH] add Phi-3.5 run type mapping --- nexa/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nexa/constants.py b/nexa/constants.py index a6699d28..bfe48218 100644 --- a/nexa/constants.py +++ b/nexa/constants.py @@ -236,6 +236,7 @@ 'Mistral-7B-Instruct-v0.2': 'NLP', 'Phi-3-mini-128k-instruct': 'NLP', 'Phi-3-mini-4k-instruct': 'NLP', + "Phi-3.5-mini-instruct": "NLP", 'CodeQwen1.5-7B-Instruct': 'NLP', 'Qwen2-0.5B-Instruct': 'NLP', 'Qwen2-1.5B-Instruct': 'NLP',