Fix utils import issue for nightly tests (#13944)
This commit is contained in:
@@ -14,10 +14,16 @@
|
||||
|
||||
import multiprocessing as mp
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
from pathlib import Path
|
||||
from typing import List
|
||||
|
||||
from utils import (
|
||||
# Add test directory to path for lora_utils import
|
||||
# TODO: can be removed after migration
|
||||
sys.path.insert(0, str(Path(__file__).resolve().parent.parent.parent))
|
||||
|
||||
from lora_utils import (
|
||||
ALL_OTHER_LORA_MODELS,
|
||||
BACKENDS,
|
||||
CI_LORA_MODELS,
|
||||
|
||||
Reference in New Issue
Block a user