Committed by
GitHub
Add C/CXX/JavaScript API for NeMo Canary models (#2357)
This PR introduces support for NeMo Canary models across C, C++, and JavaScript APIs by adding new Canary configuration structures, updating bindings, extending examples, and enhancing CI workflows. - Add OfflineCanaryModelConfig to all language bindings (C, C++, JS, ETS). - Implement SetConfig methods and NAPI wrappers for updating recognizer config at runtime. - Update examples and CI scripts to demonstrate and test NeMo Canary model usage.
正在显示
28 个修改的文件
包含
736 行增加
和
66 行删除
c-api-examples/nemo-canary-c-api.c
0 → 100644
cxx-api-examples/nemo-canary-cxx-api.cc
0 → 100644
nodejs-examples/test-offline-nemo-canary.js
0 → 100644
-
请 注册 或 登录 后发表评论