fix
This commit is contained in:
@@ -11,9 +11,9 @@ from pathlib import Path
|
|||||||
from types import SimpleNamespace
|
from types import SimpleNamespace
|
||||||
|
|
||||||
CURRENT_DIR = Path(__file__).resolve().parent
|
CURRENT_DIR = Path(__file__).resolve().parent
|
||||||
PACKAGE_ROOT = CURRENT_DIR.parent
|
REPO_ROOT = CURRENT_DIR.parent.parent
|
||||||
if str(PACKAGE_ROOT) not in sys.path:
|
if str(REPO_ROOT) not in sys.path:
|
||||||
sys.path.insert(0, str(PACKAGE_ROOT))
|
sys.path.insert(0, str(REPO_ROOT))
|
||||||
|
|
||||||
from scripts.benchmarks.deepseek_v3_moe import (
|
from scripts.benchmarks.deepseek_v3_moe import (
|
||||||
DTYPE_MAP,
|
DTYPE_MAP,
|
||||||
|
|||||||
Reference in New Issue
Block a user