Fix utils import issue for nightly tests (#13944)

This commit is contained in:
alisonshao
2025-11-27 15:24:27 -08:00
committed by GitHub
parent 051ad83347
commit bce40fa217
11 changed files with 55 additions and 23 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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
+1 -1
View File
@@ -15,7 +15,7 @@
import multiprocessing as mp
import unittest
from utils import (
from lora_utils import (
CI_MULTI_LORA_MODELS,
LoRAAdaptor,
LoRAModelCase,