Commit Graph

12 Commits

Author SHA1 Message Date
zhifu gao
0ef6f0813c
update with main (#1731)
* c++ runtime adapt to 1.0 (#1724)

* adapt vad runtime to 1.0

* add json

* change yml name

* add func LoadVocabFromJson

* add token file for InitAsr

* add token path for OfflineStream

* add funcOpenYaml

* add token file for InitPunc

* add token file for stream

* update punc-model

* update funasr-wss-server

* update runtime_sdk_download_tool.py

* update docker list

* Delete docs/images/wechat.png

* Add files via upload

* Emo2Vec限定选择的情感类别 (#1730)

* 限定选择的情感类别

* 使用none来禁用情感标签输出

* 修改输出接口

* 使用unuse来禁用token

---------

Co-authored-by: 常材 <gaochangfeng.gcf@alibaba-inc.com>

* bugfix

* v1.0.27

* update docs

* hf hub

* Fix incorrect assignment of 'end' attribute to 'start' in sentences list comprehension (#1680)

---------

Co-authored-by: Yabin Li <wucong.lyb@alibaba-inc.com>
Co-authored-by: gaochangfeng <54253717+gaochangfeng@users.noreply.github.com>
Co-authored-by: 常材 <gaochangfeng.gcf@alibaba-inc.com>
Co-authored-by: nsdou <168500039+nsdou@users.noreply.github.com>
2024-05-15 19:02:00 +08:00
雾聪
8f9a6ba15b update download tools 2024-01-26 10:04:59 +08:00
Yabin Li
b8825902d9
support ngram and fst hotword for 2pass-offline (#1205) 2023-12-26 10:51:00 +08:00
雾聪
0627b354c5 SetConsoleOutputCP for win 2023-12-18 09:55:03 +08:00
雾聪
d4b6770d03 update funasr-wss-server-2pass 2023-12-04 11:18:04 +08:00
雾聪
6626b89013 update funasr-wss-server 2023-12-01 10:03:41 +08:00
雾聪
6bbeacb916 update cmd version 2023-11-29 10:02:36 +08:00
雾聪
29ce4c1526 update ssl 2023-11-16 14:54:03 +08:00
雾聪
74cf8b65b2 fix the issue of hotwords_embedding potentially being a null pointer 2023-11-16 11:12:20 +08:00
cdevelop
397f4d4b7a
fix vc compatibility (#1091) 2023-11-15 10:39:08 +08:00
cdevelop
be7ddfc4cd
runtime windows build (#1082)
* onnxruntime windows build

* runtime websocket windows build

* Upgrade glog
2023-11-13 16:15:05 +08:00
Yabin Li
702ec03ad8
Dev new (#1065)
* add hotword for deploy_tools

* Support wfst decoder and contextual biasing (#1039)

* Support wfst decoder and contextual biasing

* Turn on fstbin compilation

---------

Co-authored-by: gongbo.gb <gongbo.gb@alibaba-inc.com>

* mv funasr/runtime runtime

* Fix crash caused by OOV in hotwords list

* funasr infer

* funasr infer

* funasr infer

* funasr infer

* funasr infer

* fix some bugs about fst hotword; support wfst for websocket server and clients; mv runtime out of funasr; modify relative docs

* del onnxruntime/include/gflags

* update tensor.h

* update run_server.sh

* update deploy tools

* update deploy tools

* update websocket-server

* update funasr-wss-server

* Remove self loop propagation

* Update websocket_protocol_zh.md

* Update websocket_protocol_zh.md

* update hotword protocol

* author zhaomingwork: change hotwords for h5 and java

* update hotword protocol

* catch exception for json_fst_hws

* update hotword on message

* update onnx benchmark for ngram&hotword

* update docs

* update funasr-wss-serve

* add NONE for LM_DIR

* update docs

* update run_server.sh

* add whats-new

* modify whats-new

* update whats-new

* update whats-new

* Support decoder option for beam searching

* update benchmark_onnx_cpp

* Support decoder option for websocket

* fix bug of CompileHotwordEmbedding

* update html client

* update docs

---------

Co-authored-by: gongbo.gb <35997837+aibulamusi@users.noreply.github.com>
Co-authored-by: gongbo.gb <gongbo.gb@alibaba-inc.com>
Co-authored-by: 游雁 <zhifu.gzf@alibaba-inc.com>
2023-11-07 18:34:29 +08:00