Fix utils import issue for nightly tests (#13944)
This commit is contained in:
@@ -17,7 +17,7 @@ import os
|
||||
import unittest
|
||||
from typing import List
|
||||
|
||||
from utils import (
|
||||
from lora_utils import (
|
||||
ALL_OTHER_LORA_MODELS,
|
||||
CI_LORA_MODELS,
|
||||
DEFAULT_PROMPTS,
|
||||
|
||||
@@ -2,7 +2,7 @@ import random
|
||||
import unittest
|
||||
from typing import Sequence
|
||||
|
||||
from utils import TORCH_DTYPES, LoRAAdaptor, LoRAModelCase, ensure_reproducibility
|
||||
from lora_utils import TORCH_DTYPES, LoRAAdaptor, LoRAModelCase, ensure_reproducibility
|
||||
|
||||
from sglang.srt.models.qwen3_vl import Qwen3VLForConditionalGeneration
|
||||
from sglang.srt.models.qwen3_vl_moe import Qwen3VLMoeForConditionalGeneration
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
import multiprocessing as mp
|
||||
import unittest
|
||||
|
||||
from utils import (
|
||||
from lora_utils import (
|
||||
CI_MULTI_LORA_MODELS,
|
||||
LoRAAdaptor,
|
||||
LoRAModelCase,
|
||||
|
||||
Reference in New Issue
Block a user