mirror of
https://github.com/0xSojalSec/airllm.git
synced 2026-03-07 14:24:44 +00:00
fix test import
This commit is contained in:
0
air_llm/__init__.py
Normal file
0
air_llm/__init__.py
Normal file
0
air_llm/tests/__init__.py
Normal file
0
air_llm/tests/__init__.py
Normal 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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user