fix import

This commit is contained in:
Yu Li
2023-12-19 12:01:30 -06:00
parent a0f01401d5
commit 6dcb570e1b

View File

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