mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
Some checks failed
CE Compile Job / ce_job_pre_check (push) Has been cancelled
CE Compile Job / print_ce_job_pre_check_outputs (push) Has been cancelled
CE Compile Job / FD-Clone-Linux (push) Has been cancelled
CE Compile Job / Show Code Archive Output (push) Has been cancelled
CE Compile Job / BUILD_SM8090 (push) Has been cancelled
CE Compile Job / BUILD_SM8689 (push) Has been cancelled
CE Compile Job / CE_UPLOAD (push) Has been cancelled
* Refactor GPU ID logic in CI workflow Updated GPU ID assignment logic and removed unused port variables. * Refactor process handling and update model paths Refactor process termination logic into a function and update model paths for various tests. * Modify service_http_port calculation and clean up code * Modify test_45vl to use dynamic service port and response * Refactor model path and enable tensor parallelism Updated model path retrieval and added tensor parallelism configuration. * Modify service port configuration and cleanup code * Update run_45vl.py * Update health check endpoint to use port variable * Update CI script for paddlepaddle-xpu installation * Replace variable usage with ENDPOINT in script * Refactor EP test script for clarity and efficiency Updated echo statements and removed redundant code for EP tests. * Refactor test_fd_ep function for clarity