Commit Graph

24 Commits

Author SHA1 Message Date
雾聪
775f740239 adapt to cpp runtime 2024-08-01 14:52:07 +08:00
apple2333cream
dba846c352 cam-sv-20240729 2024-07-29 11:35:33 +08:00
szsteven008
bd9e63063f
修复了onnxruntime在macos下编译失败的错误 (#1748)
* Add files via upload

增加macos的编译支持

* Add files via upload

增加macos支持

* Add files via upload

target_link_directories(funasr PUBLIC ${ONNXRUNTIME_DIR}/lib)
target_link_directories(funasr PUBLIC ${FFMPEG_DIR}/lib)
添加 if(APPLE) 限制

---------

Co-authored-by: Yabin Li <wucong.lyb@alibaba-inc.com>
2024-05-28 11:03:56 +08:00
雾聪
63a70a00f7 add dynamic batch for fetch 2024-04-19 16:08:05 +08:00
雾聪
e29e245bcd fix FunOfflineInfer 2024-04-18 16:05:58 +08:00
雾聪
d0ca906309 sorted msgs 2024-04-17 19:15:39 +08:00
雾聪
687277ae9d update funasrruntime 2024-04-01 11:27:26 +08:00
雾聪
cad1979179 add batch for offline-stream 2024-03-29 16:48:03 +08:00
雾聪
7963f259ea update funasrruntime 2024-03-28 11:04:13 +08:00
雾聪
6bbbf14c00 fix tpass_stream 2024-03-21 15:41:39 +08:00
雾聪
462355c002 fix func FunASRWfstDecoderInit 2024-03-21 15:38:59 +08:00
雾聪
d4aaa84ad1 fix func FunASRWfstDecoderInit 2024-03-21 14:17:22 +08:00
雾聪
7675a2a0ba add paraformer-torch 2024-03-13 14:15:10 +08:00
雾聪
0516425608 update func:FunOfflineInfer 2024-02-29 17:39:34 +08:00
雾聪
f23b6c9838 add func CutSplit 2024-01-23 15:45:45 +08:00
雾聪
8a8d60d578 replace NULL for onnxruntime/src 2024-01-15 16:36:51 +08:00
雾聪
68ea881571 update FsmnVadInfer 2024-01-01 17:59:37 +08:00
Yabin Li
b8825902d9
support ngram and fst hotword for 2pass-offline (#1205) 2023-12-26 10:51:00 +08:00
雾聪
f72914003a add sentence timestamp 2023-12-18 17:33:24 +08:00
Yabin Li
a0048dc766
8k (#1174) (#1175)
* Adaptive 8K

* fix FfmpegLoad 8k

Co-authored-by: cdevelop <cdevelop@qq.com>
2023-12-13 09:50:58 +08:00
雾聪
d674c29323 add timestamp smooth 2023-12-11 15:51:38 +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
雾聪
00a0f54b6b update func FunTpassInferBuffer 2023-11-09 13:02:53 +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