File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -405,6 +405,8 @@ jobs:
405405 git config --global user.email "fastdeploy_ci@example.com"
406406 git log -n 3 --oneline
407407
408+ cd ./dockerfiles
409+
408410 PRODUCT_NAME=ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-cuda-12.6:${FD_VERSION}
409411 docker build --no-cache -t ${PRODUCT_NAME} -f Dockerfile.gpu . \
410412 --network host \
@@ -425,6 +427,18 @@ jobs:
425427 secrets :
426428 github-token : ${{ secrets.GITHUB_TOKEN }}
427429
430+ four_cards_test :
431+ name : Run Four Cards Tests
432+ needs : [ clone,build_sm8090 ]
433+ uses : ./.github/workflows/_gpu_4cards_case_test.yml
434+ with :
435+ DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-paddle-dev
436+ FASTDEPLOY_ARCHIVE_URL : ${{ needs.clone.outputs.repo_archive_url }}
437+ FASTDEPLOY_WHEEL_URL : ${{ needs.build_sm8090.outputs.wheel_path }}
438+ MODEL_CACHE_DIR : " /ssd2/actions-runner/ModelData"
439+ secrets :
440+ github-token : ${{ secrets.GITHUB_TOKEN }}
441+
428442 logprob_test :
429443 name : Run FastDeploy LogProb Tests
430444 needs : [build_sm8090]
You can’t perform that action at this time.
0 commit comments