mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
7cdffced2d
* Implement setup_logprobs_env for environment setup Add setup_logprobs_env function to manage environment variables for logprobs. * Update conftest.py * Add logprobs test for ERNIE-4.5-21B-A3B model This test verifies the logprobs functionality of the ERNIE-4.5-21B-A3B model through direct HTTP requests, ensuring correct response structure and log probabilities. * Fix indentation and formatting in conftest.py