fix import

This commit is contained in:
Yu Li
2023-12-19 12:01:03 -06:00
parent 19a098e4b9
commit a0f01401d5

View File

@@ -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