Fix fdconfig bugs (#3528)

* fix config

* fix parallel

* fix ips

* fix rl

* open code
This commit is contained in:
YuanRisheng
2025-08-22 16:17:15 +08:00
committed by GitHub
parent 7ae41e9daf
commit 5b66462f0e
5 changed files with 22 additions and 12 deletions
+9 -9
View File
@@ -84,12 +84,12 @@ jobs:
FASTDEPLOY_WHEEL_URL: ${{ needs.build.outputs.wheel_path }}
MODEL_CACHE_DIR: "/ssd2/actions-runner/ModelData"
# stable_test:
# name: Run Stable Tests
# needs: [clone,build]
# uses: ./.github/workflows/_stable_test.yml
# with:
# DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
# FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
# FASTDEPLOY_WHEEL_URL: ${{ needs.build.outputs.wheel_path }}
# MODEL_CACHE_DIR: "/ssd2/actions-runner/ModelData"
stable_test:
name: Run Stable Tests
needs: [clone,build]
uses: ./.github/workflows/_stable_test.yml
with:
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
FASTDEPLOY_WHEEL_URL: ${{ needs.build.outputs.wheel_path }}
MODEL_CACHE_DIR: "/ssd2/actions-runner/ModelData"