Skip to content

Commit

Permalink
Detect invalid content (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Sep 18, 2024
1 parent 1ad8ef6 commit f6f62ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -5991,6 +5991,7 @@ view.ModelFactoryService = class {
{ name: 'MindSpore Lite model data', identifier: 'MSL1' },
{ name: 'MindSpore Lite model data', identifier: 'MSL2' },
{ name: 'MindSpore Lite model data', identifier: 'MSL3' },
{ name: 'BSTM model data', identifier: 'BSTM' }
];
for (const format of formats) {
if (identifier === format.identifier) {
Expand Down

0 comments on commit f6f62ef

Please sign in to comment.