Skip to content

Commit 31e9eb1

Browse files
author
pranav_a
committed
correcting npu devices list
1 parent 8c3260b commit 31e9eb1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

skills/tinyml-agentic-skill/scripts/training_section_tools.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77

88
# NPU-capable devices — require quantization: 2 for NPU deployment
99
_NPU_DEVICES = {
10-
"F28P55", "F28P65",
10+
"F28P55",
1111
"MSPM0G5187",
12-
"MSPM33C34",
13-
"CC2755", "CC35X1",
1412
"AM13E2",
13+
"CC2745R10_Q1"
1514
}
1615

1716
_VALID_QUANTIZATION_MODES = {0, 1, 2}

0 commit comments

Comments
 (0)