[Feature] Add LoRA support for embedding layers (#14177)

Co-authored-by: Baizhou Zhang <sobereddiezhang@gmail.com>
Co-authored-by: Beichen-Ma <bm685@cornell.edu>
This commit is contained in:
Ethan (Yusheng) Su
2025-12-09 15:53:33 -08:00
committed by GitHub
co-authored by Baizhou Zhang Beichen-Ma
parent 9ad02b799d
commit 0c63fb9420
18 changed files with 1492 additions and 18 deletions
+1
View File
@@ -14,6 +14,7 @@ suites = {
TestFile("test_lora_eviction_policy.py", 200),
TestFile("test_lora_openai_api.py", 30),
TestFile("test_lora_openai_compatible.py", 150),
TestFile("test_lora_hf_sgl_logprob_diff.py", 300),
TestFile("test_batch_invariant_ops.py", 10),
TestFile("test_cpp_radix_cache.py", 60),
TestFile("test_deepseek_v3_deterministic.py", 240),