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
@@ -15,7 +15,7 @@
import multiprocessing as mp
import unittest
from utils import (
from lora_utils import (
CI_MULTI_LORA_MODELS,
LoRAAdaptor,
LoRAModelCase,