Skip to content

Commit df8fec6

Browse files
committed
[CI] fix run_ci error in release/2.0.4
1 parent f0519ae commit df8fec6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/run_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
33
echo "$DIR"
44

55
python -m pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
6-
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
6+
python -m pip install paddlepaddle-gpu==3.1.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
77
python -m pip install -r requirements.txt
88
python -m pip install jsonschema aistudio_sdk==0.3.5
99
bash build.sh || exit 1

test/ci_use/EB_Lite/test_EB_Lite_serving.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ def test_non_streaming_chat_with_min_tokens(openai_client, capsys):
707707
model="default",
708708
messages=[{"role": "user", "content": "Hello, how are you?"}],
709709
temperature=1,
710+
max_tokens=1010,
710711
extra_body={"min_tokens": min_tokens},
711712
stream=False,
712713
)

0 commit comments

Comments
 (0)