[FEATURE] Add OpenAI-Compatible LoRA Adapter Selection (#11570)
This commit is contained in:
@@ -26,6 +26,7 @@ suites = {
|
||||
TestFile("lora/test_lora_eviction.py", 200),
|
||||
TestFile("lora/test_lora_qwen3.py", 97),
|
||||
TestFile("lora/test_lora_radix_cache.py", 100),
|
||||
TestFile("lora/test_lora_openai_api.py", 30),
|
||||
TestFile("lora/test_lora_update.py", 400),
|
||||
TestFile("lora/test_multi_lora_backend.py", 60),
|
||||
TestFile("models/test_compressed_tensors_models.py", 42),
|
||||
@@ -51,6 +52,7 @@ suites = {
|
||||
TestFile("openai_server/features/test_openai_server_ebnf.py", 95),
|
||||
TestFile("openai_server/features/test_openai_server_hidden_states.py", 240),
|
||||
TestFile("openai_server/features/test_reasoning_content.py", 89),
|
||||
TestFile("openai_server/features/test_lora_openai_compatible.py", 120),
|
||||
TestFile("openai_server/function_call/test_openai_function_calling.py", 60),
|
||||
TestFile("openai_server/function_call/test_tool_choice.py", 226),
|
||||
TestFile("openai_server/validation/test_large_max_new_tokens.py", 41),
|
||||
|
||||
Reference in New Issue
Block a user