feat: add thinking_budget (#6089)

This commit is contained in:
thyecust
2025-05-09 23:22:09 +08:00
committed by GitHub
parent dff0ab92eb
commit 63484f9fd6
9 changed files with 196 additions and 5 deletions

View File

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