mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[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:
@@ -94,7 +94,6 @@ def test_vl_model(xpu_env):
|
||||
],
|
||||
temperature=1,
|
||||
top_p=0,
|
||||
max_tokens=70,
|
||||
stream=False,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user