From 5d7243067cd36ad135f802d506ac87fcfbb73c0e Mon Sep 17 00:00:00 2001 From: Jin Qiao <89779290+JinBridger@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:48:55 +0800 Subject: [PATCH] LLM: add Baichuan2-13B-Chat 2048-256 to MTL perf (#10273) --- python/llm/test/benchmark/igpu-perf/2048-256.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/llm/test/benchmark/igpu-perf/2048-256.yaml b/python/llm/test/benchmark/igpu-perf/2048-256.yaml index 305f7864..e279ed7c 100644 --- a/python/llm/test/benchmark/igpu-perf/2048-256.yaml +++ b/python/llm/test/benchmark/igpu-perf/2048-256.yaml @@ -2,6 +2,7 @@ repo_id: - 'THUDM/chatglm2-6b' - 'THUDM/chatglm3-6b' - 'baichuan-inc/Baichuan2-7B-Chat' + - 'baichuan-inc/Baichuan2-13B-Chat' - 'internlm/internlm-chat-7b-8k' - 'Qwen/Qwen-7B-Chat' - 'BAAI/AquilaChat2-7B'