From f16077a93906aacda1b71ecab682ae35c350ec9c Mon Sep 17 00:00:00 2001 From: Jiaxin Sui <95567040+plusNew001@users.noreply.github.com> Date: Tue, 23 Dec 2025 10:19:39 +0800 Subject: [PATCH] [XPU][CI] Xpu ci update (#5690) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Enhance run_ci_xpu.sh with caching and prefill options * Update model path and configuration in run_ci_xpu.sh * Add '北朝' keyword to assertion in run_45vl.py * Enhance process termination logic in run_ci_xpu.sh * Set timeout for CI_XPU job to 60 minutes * Remove extra newline in stop_processes function * Update paddlepaddle-xpu installation command Comment out the previous paddlepaddle-xpu installation command and replace it with a specific version installation due to EP parallel error. * Update PaddlePaddle installation command * Remove max_tokens from model response configuration Removed max_tokens parameter from the model response call. --- tests/xpu_ci/test_vl_model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/xpu_ci/test_vl_model.py b/tests/xpu_ci/test_vl_model.py index 5785c7e22..0e5ca52e9 100644 --- a/tests/xpu_ci/test_vl_model.py +++ b/tests/xpu_ci/test_vl_model.py @@ -94,7 +94,6 @@ def test_vl_model(xpu_env): ], temperature=1, top_p=0, - max_tokens=70, stream=False, )