fix: correct stream response when enable_thinking is set to false (#5881)

This commit is contained in:
mlmz
2025-05-01 10:44:37 +08:00
committed by GitHub
parent 9f21e75453
commit 256c4c2519
4 changed files with 211 additions and 17 deletions

View File

@@ -59,6 +59,7 @@ suites = {
TestFile("test_pytorch_sampling_backend.py", 66),
TestFile("test_radix_attention.py", 167),
TestFile("test_reasoning_content.py", 89),
TestFile("test_enable_thinking.py", 70),
TestFile("test_regex_constrained.py", 64),
TestFile("test_release_memory_occupation.py", 44),
TestFile("test_request_length_validation.py", 31),