refactor: move inference.py to root.
This commit is contained in:
@@ -15,7 +15,7 @@ import json
|
||||
import os
|
||||
|
||||
ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "../../.."))
|
||||
sys.path.insert(0, os.path.join(ROOT, "src"))
|
||||
sys.path.insert(0, ROOT)
|
||||
os.chdir(ROOT)
|
||||
|
||||
import inference # noqa: E402
|
||||
|
||||
Reference in New Issue
Block a user