From 0d55bbd9f190ee8ba93293d60baf4fb863e1f7bf Mon Sep 17 00:00:00 2001 From: WeiguangHan Date: Wed, 15 Nov 2023 17:04:59 +0800 Subject: [PATCH] LLM: ajust the order of some models (#9470) --- python/llm/test/benchmark/arc-perf-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/llm/test/benchmark/arc-perf-test.yaml b/python/llm/test/benchmark/arc-perf-test.yaml index 0a2f8ed5..43a36e63 100644 --- a/python/llm/test/benchmark/arc-perf-test.yaml +++ b/python/llm/test/benchmark/arc-perf-test.yaml @@ -10,13 +10,13 @@ repo_id: - 'databricks/dolly-v2-7b' - 'databricks/dolly-v2-12b' - 'internlm/internlm-chat-7b-8k' - - 'baichuan-inc/Baichuan-13B-Chat' - 'Qwen/Qwen-7B-Chat-10-12' - 'BAAI/AquilaChat-7B' - 'baichuan-inc/Baichuan2-7B-Chat' - 'bigscience/bloomz-7b1' + - 'fnlp/moss-moon-003-sft' + # - 'baichuan-inc/Baichuan-13B-Chat' # - 'mistralai/Mistral-7B-v0.1' - # - 'fnlp/moss-moon-003-sft' local_model_hub: '/mnt/disk1/models' warm_up: 1 num_trials: 3