fix test import

This commit is contained in:
Yu Li
2023-12-19 13:55:57 -06:00
parent 6dcb570e1b
commit 7c13c0e402
3 changed files with 2 additions and 3 deletions

0
air_llm/__init__.py Normal file
View File

View File

View File

@@ -1,10 +1,9 @@
import sys
import unittest
import torch
sys.path.insert(0, '../airllm')
#sys.path.insert(0, '../airllm')
from auto_model import AutoModel
from ..airllm.auto_model import AutoModel