Skip to content

Commit

Permalink
[KaNN] Add .kgraph compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephirin Faure committed Sep 27, 2024
1 parent 0fda096 commit 2f5b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -5782,7 +5782,7 @@ view.ModelFactoryService = class {
this.register('./catboost', ['.cbm']);
this.register('./weka', ['.model']);
this.register('./qnn', ['.json', '.bin', '.serialized']);
this.register('./kann', ['.kann', '.bin']);
this.register('./kann', ['.kann', '.bin', '.kgraph']);
this.register('', ['.cambricon', '.vnnmodel']);
}

Expand Down

0 comments on commit 2f5b4f9

Please sign in to comment.