[Cherry-Pick][CI] Align logprobs test baselines with Paddle Update(#7481) (#7482)

This commit is contained in:
YuBaoku
2026-04-20 13:20:05 +08:00
committed by GitHub
parent be28f7c4f4
commit 511657aa83
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ jobs:
-d "{\"messages\": [{\"role\": \"user\", \"content\": \"1+1=?\"}], \"logprobs\": true}"
set +e
rm -rf ./baseline_output
cp -r baseline_dev_0311/ERNIE-4.5-0.3B-Paddle ./baseline_output
cp -r baseline_0419/ERNIE-4.5-0.3B-Paddle ./baseline_output
LOGPROB_EXIT_CODE=0
python3.10 lanucher.py --request_template TOKEN_LOGPROB --url http://localhost:${FD_API_PORT}/v1/chat/completions --case ./cases/demo.yaml --concurrency 1 --name demo --exe logprob || LOGPROB_EXIT_CODE=$?
echo "LOGPROB_EXIT_CODE=${LOGPROB_EXIT_CODE}" > /workspace/exit_code.env