Skip to content

Commit 41b154e

Browse files
azhai219Copilot
andauthored
add a new model_type of "afmoe" (openvinotoolkit#3453)
- add "afmoe" - refer to https://huggingface.co/arcee-ai/Trinity-Mini/blob/main/config.json#L54 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1776d5d commit 41b154e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/llm_bench/llm_bench_utils/config_class.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ class UseCaseTextToSpeech(UseCase):
200200
"gptj",
201201
"yi-",
202202
"lfm2-moe",
203+
"afmoe",
203204
]
204205
),
205206
UseCaseTextGen(["t5"], ov_cls=OVModelForSeq2SeqLM, pt_cls=T5ForConditionalGeneration),

0 commit comments

Comments
 (0)