Skip to content

Commit c32aae9

Browse files
plusNew001root
andauthored
[XPU] update XPU CI (#4209)
* change xpu ci model * change xpu ci model * change xpu ci model * change xpu ci model * Update model path and XPU settings in run_ci_xpu.sh * Increase health check timeout to 10 minutes Increased the timeout duration for health checks from 5 minutes to 10 minutes in two places. * Implement test for OpenAI chat completion Add a test function for the OpenAI client chat response. * Change script to use pytest for running tests * Update health check timeout to 15 minutes Increase the timeout for health checks from 10 minutes to 15 minutes. * Add pytest installation to CI script * Modify base response in test_45t function Updated the base response message for the test. * Add V0 and V1 mode test echo statements * Set ENABLE_V1_KVCACHE_SCHEDULER to 0 Disable V1 KVCACHE SCHEDULER for V0 mode testing. --------- Co-authored-by: root <[email protected]>
1 parent 4325b73 commit c32aae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_ci_xpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rm -f core*
4444
ipcrm --all=msg
4545

4646
echo "============================开始V0模式测试!============================"
47-
export ENABLE_V1_KVCACHE_SCHEDULER=1
47+
export ENABLE_V1_KVCACHE_SCHEDULER=0
4848
export XPU_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
4949

5050
python -m fastdeploy.entrypoints.openai.api_server \

0 commit comments

Comments
 (0)