[XPU][CI] Xpu ci update (#5690)

* 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.
This commit is contained in:
Jiaxin Sui
2025-12-23 10:19:39 +08:00
committed by GitHub
parent dfe8ea941c
commit f16077a939

View File

@@ -94,7 +94,6 @@ def test_vl_model(xpu_env):
],
temperature=1,
top_p=0,
max_tokens=70,
stream=False,
)