Skip to content

Commit 6c71ce3

Browse files
authored
Fix AIE device detection after upstream change (#18)
fix reference to AIE device detection after upstream change
1 parent bdca01f commit 6c71ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/llama_3.2_1b/src/aie_device_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pathlib import Path
1212
from typing import Dict, Optional, Any
1313
import pyxrt
14-
from aie.iron.config import detect_npu_device
14+
from aie.iron.hostruntime.config import detect_npu_device
1515
from aie.iron.device import NPU1, NPU2
1616

1717

0 commit comments

Comments
 (0)