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 46c8491 commit 79868beCopy full SHA for 79868be
.github/workflows/_base_test.yml
@@ -150,7 +150,7 @@ jobs:
150
export URL=http://localhost:${FD_API_PORT}/v1/chat/completions
151
export TEMPLATE=TOKEN_LOGPROB
152
TEST_EXIT_CODE=0
153
- python -m pytest -sv test_base_chat.py || TEST_EXIT_CODE=$?
+ python -m pytest -sv test_base_chat.py test_compare_top_logprobs.py test_logprobs.py test_params_boundary.py test_seed_usage.py test_stream.py || TEST_EXIT_CODE=$?
154
popd
155
echo "TEST_EXIT_CODE=${TEST_EXIT_CODE}" >> /workspace/FastDeploy/exit_code.env
156
'
0 commit comments