From 0a045c58f193e0bf5d92a0ece252a7a6a16a7d41 Mon Sep 17 00:00:00 2001
From: Yuwen Hu <yuwen.hu@intel.com>
Date: Wed, 21 Aug 2024 09:30:38 +0800
Subject: [PATCH] Spr perf small fix

---
 python/llm/test/benchmark/cpu-perf-test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/llm/test/benchmark/cpu-perf-test.yaml b/python/llm/test/benchmark/cpu-perf-test.yaml
index 92b12750dbb..2dc7cb002e9 100644
--- a/python/llm/test/benchmark/cpu-perf-test.yaml
+++ b/python/llm/test/benchmark/cpu-perf-test.yaml
@@ -5,7 +5,7 @@ repo_id:
   - 'THUDM/chatglm3-6b'
   - 'baichuan-inc/Baichuan2-7B-Chat'
   - 'baichuan-inc/Baichuan2-13B-Chat'
-  - 'Qwen/Qwen-14B-Chat'
+  # - 'Qwen/Qwen-14B-Chat' # requires transformers < 4.37.0
 local_model_hub: '/mnt/disk1/models'
 warm_up: 1
 num_trials: 3