diff --git a/air_llm/tests/test_automodel.py b/air_llm/tests/test_automodel.py index b546161..c1cf92f 100644 --- a/air_llm/tests/test_automodel.py +++ b/air_llm/tests/test_automodel.py @@ -2,9 +2,9 @@ import sys import unittest import torch -#sys.path.insert(0, '..') +#sys.path.insert(0, '../airllm') -from airllm.auto_model import AutoModel +from auto_model import AutoModel