Skip to content

Commit 1af575a

Browse files
author
Pranav A
committed
Pull request #9: correcting npu devices list
Merge in TINYML-ALGO/tinyml-agent-skills from 2026/pranav_a to main * commit '31e9eb19ffc4c48d40779e87aad15649e542b5db': correcting npu devices list
2 parents 59b209b + 31e9eb1 commit 1af575a

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)