[Fix] Fix bugs and refactor codes in lora for better scalability. (#3652)

Co-authored-by: ShenAo1111 <1377693092@qq.com>
Co-authored-by: zhaochenyang20 <zhaochen20@outlook.com>
This commit is contained in:
aoshen524
2025-02-20 14:51:57 -05:00
committed by GitHub
parent ac05310098
commit e79f7420be
11 changed files with 459 additions and 200 deletions

View File

@@ -5,10 +5,11 @@ from sglang.test.test_utils import run_unittest_files
suites = {
"per-commit": [
"models/lora/test_lora.py",
"models/lora/test_lora_backend.py",
"models/lora/test_multi_lora_backend.py",
"models/test_embedding_models.py",
"models/test_generation_models.py",
"models/test_lora.py",
"models/test_lora_backend.py",
"models/test_qwen_models.py",
"models/test_reward_models.py",
"sampling/penaltylib",