[LoRA] Torch native backend: rework implementation and updated tests (#15187)
This commit is contained in:
@@ -15,13 +15,12 @@
|
||||
import multiprocessing as mp
|
||||
import unittest
|
||||
|
||||
from lora_utils import (
|
||||
from sglang.test.lora_utils import (
|
||||
CI_MULTI_LORA_MODELS,
|
||||
LoRAAdaptor,
|
||||
LoRAModelCase,
|
||||
run_lora_multiple_batch_on_model_cases,
|
||||
)
|
||||
|
||||
from sglang.test.test_utils import CustomTestCase
|
||||
|
||||
LORA_MODELS_QWEN3 = [
|
||||
|
||||
Reference in New Issue
Block a user