Skip to content

Commit bd0b268

Browse files
author
ChrisMaunder
committed
Menu item to enable/disable multi-TPU
1 parent 6d37984 commit bd0b268

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/modules/ObjectDetectionCoral/modulesettings.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,21 @@
6262
{ "ModuleVersion": "2.0.1", "ServerVersionRange": [ "2.5.0", "" ], "ReleaseDate": "2024-01-13", "ReleaseNotes": "Changes to SDK" }
6363
],
6464

65-
"Menus": [
66-
{
65+
"Menus": [{
6766
"Label": "Model Size",
6867
"Options": [
6968
{ "Label": "Tiny", "Setting": "MODEL_SIZE", "Value": "tiny" },
7069
{ "Label": "Small", "Setting": "MODEL_SIZE", "Value": "small" },
7170
{ "Label": "Medium", "Setting": "MODEL_SIZE", "Value": "medium" },
7271
{ "Label": "Large", "Setting": "MODEL_SIZE", "Value": "large" }
7372
]
73+
},
74+
{
75+
"Label": "Multi-TPU support",
76+
"Options": [
77+
{ "Label": "Enable", "Setting": "CPAI_CORAL_MULTI_TPU", "Value": "True" },
78+
{ "Label": "Disable", "Setting": "CPAI_CORAL_MULTI_TPU", "Value": "False" }
79+
]
7480
}],
7581

7682
"RouteMaps": [

0 commit comments

Comments
 (0)