We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b5c0d commit 16116faCopy full SHA for 16116fa
.github/workflows/_Api-Benchmark.yml
@@ -139,6 +139,7 @@ jobs:
139
else
140
export pr_wheel_link=https://paddle-github-action.bj.bcebos.com/PR/build/${{ inputs.MANUALLY_PR_ID }}/${{ inputs.MANUALLY_COMMIT_ID }}/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
141
fi
142
+ ${python} -m pip install $pr_wheel_link
143
${python} runner_ci_action.py --yaml ../yaml/api_benchmark_fp32.yml --baseline_whl_link $pr_wheel_link
144
exit 0
145
0 commit comments