Commit Graph

36 Commits

Author SHA1 Message Date
zhifu gao
35b1c051f6
Dev gzf llm (#1493)
* update

* update

* update

* update onnx

* update with main (#1492)

* contextual&seaco ONNX export (#1481)

* contextual&seaco ONNX export

* update ContextualEmbedderExport2

* update ContextualEmbedderExport2

* update code

* onnx (#1482)

* qwenaudio qwenaudiochat

* qwenaudio qwenaudiochat

* whisper

* whisper

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* export onnx

* export onnx

* export onnx

* dingding

* dingding

* llm

* doc

* onnx

* onnx

* onnx

* onnx

* onnx

* onnx

* v1.0.15

* qwenaudio

* qwenaudio

* issue doc

* update

* update

* bugfix

* onnx

* update export calling

* update codes

* remove useless code

* update code

---------

Co-authored-by: zhifu gao <zhifu.gzf@alibaba-inc.com>

* acknowledge

---------

Co-authored-by: Shi Xian <40013335+R1ckShi@users.noreply.github.com>

* update onnx

* update onnx

---------

Co-authored-by: Shi Xian <40013335+R1ckShi@users.noreply.github.com>
2024-03-14 09:33:30 +08:00
Shi Xian
e04489ce4c
contextual&seaco ONNX export (#1481)
* contextual&seaco ONNX export

* update ContextualEmbedderExport2

* update ContextualEmbedderExport2

* update code

* onnx (#1482)

* qwenaudio qwenaudiochat

* qwenaudio qwenaudiochat

* whisper

* whisper

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* export onnx

* export onnx

* export onnx

* dingding

* dingding

* llm

* doc

* onnx

* onnx

* onnx

* onnx

* onnx

* onnx

* v1.0.15

* qwenaudio

* qwenaudio

* issue doc

* update

* update

* bugfix

* onnx

* update export calling

* update codes

* remove useless code

* update code

---------

Co-authored-by: zhifu gao <zhifu.gzf@alibaba-inc.com>
2024-03-13 16:34:42 +08:00
zhifu gao
c3192dffdd
Dev gzf (#1480)
* qwenaudio qwenaudiochat

* qwenaudio qwenaudiochat

* whisper

* whisper

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* export onnx

* export onnx

* export onnx

* dingding

* dingding

* llm

* doc

* onnx

* onnx

* onnx

* onnx

* onnx

* onnx

* v1.0.15

* qwenaudio

* qwenaudio

* issue doc

* update

* update

* bugfix
2024-03-12 17:27:02 +08:00
zhifu gao
0d9384c8c0
Dev gzf (#1474)
* qwenaudio qwenaudiochat

* qwenaudio qwenaudiochat

* whisper

* whisper

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* export onnx

* export onnx

* export onnx

* dingding

* dingding

* llm

* doc

* onnx

* onnx

* onnx

* onnx

* onnx

* onnx

* v1.0.15

* qwenaudio
2024-03-11 22:32:26 +08:00
zhifu gao
15c4709beb
onnx (#1473)
* qwenaudio qwenaudiochat

* qwenaudio qwenaudiochat

* whisper

* whisper

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* export onnx

* export onnx

* export onnx

* dingding

* dingding

* llm

* doc

* onnx

* onnx

* onnx

* onnx
2024-03-11 22:04:03 +08:00
zhifu gao
a7d7a0f3a2
Dev gzf (#1467)
* qwenaudio qwenaudiochat

* qwenaudio qwenaudiochat

* whisper

* whisper

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* export onnx

* export onnx

* export onnx

* dingding

* dingding

* llm

* doc

* onnx
2024-03-11 19:24:44 +08:00
zhifu gao
95cf2646fa
onnx (#1460)
* qwenaudio qwenaudiochat

* qwenaudio qwenaudiochat

* whisper

* whisper

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* llm

* export onnx

* export onnx

* export onnx
2024-03-11 14:43:08 +08:00
xuan
b4affb21ef
fix: TabError (#1388) 2024-02-26 09:41:22 +08:00
dudulu
9c5f00794e
修复chunk_size可能传入str或list结构 (#1357)
h5传入的是list,python 传入的是 str,无论传入是什么类型,强制转成list
2024-02-05 10:10:52 +08:00
夜雨飘零
2cf4084b23
fix retract error (#1350) 2024-02-03 13:05:07 +08:00
夜雨飘零
c2f174cd78
Use ffmpeg read data (#1349)
* support funasr 1.0

* update docs

* use ffmpeg, add sentences field

---------

Co-authored-by: zhifu gao <zhifu.gzf@alibaba-inc.com>
2024-02-02 23:06:13 +08:00
夜雨飘零
85c0838383
support funasr 1.0 (#1346)
* support funasr 1.0

* update docs
2024-02-02 16:56:16 +08:00
dudulu
6cdbcf4b0a
Update funasr_wss_server.py (#1322)
解决报

```python
return await cast(
  File "funasr_wss_server.py", line 188, in ws_serve
    int(websocket.status_dict_asr_online["chunk_size"][1]) * 60 / websocket.chunk_interval)
ValueError: invalid literal for int() with base 10: ','
^CTraceback (most recent call last):
  File "funasr_wss_server.py", line 302, in <module>
    asyncio.get_event_loop().run_forever()
```
2024-01-31 16:22:05 +08:00
游雁
e2154e4599 websocket 2024-01-31 10:09:36 +08:00
zhifu gao
4f224c8806
python-websocket funasr1.0 (#1310)
* fix add_file bug (#1296)

Co-authored-by: shixian.shi <shixian.shi@alibaba-inc.com>

* funasr1.0 uniasr

* funasr1.0 uniasr

* update with main (#1305)

* v1.0.3

* update clients for 2pass

* update download tools

---------

Co-authored-by: 雾聪 <wucong.lyb@alibaba-inc.com>

* vad streaming return [beg, -1], [], [-1, end], [beg, end]]

* funasr1.0 websocket-python

* funasr1.0 websocket-python

---------

Co-authored-by: shixian.shi <shixian.shi@alibaba-inc.com>
Co-authored-by: 雾聪 <wucong.lyb@alibaba-inc.com>
2024-01-26 16:02:14 +08:00
雾聪
646eda72e3 update clients for 2pass 2024-01-26 10:04:19 +08:00
shixian.shi
1233c0d3ff code update 2024-01-15 20:34:47 +08:00
游雁
8912e0696a Resolve merge conflict 2024-01-14 23:42:11 +08:00
游雁
47088b8d1e funasr1.0 paraformer_streaming 2024-01-11 00:09:36 +08:00
shixian.shi
2d0c8274a6 update funasr-onnx 2024-01-10 11:24:06 +08:00
shixian.shi
e30a17cf4e update funasr-onnx 2024-01-10 11:23:41 +08:00
shixian.shi
f79d31d860 update funasr-onnx 2024-01-10 11:21:03 +08:00
雾聪
d3c9690568 remove the wavfile parsing for clients 2023-12-19 20:15:08 +08:00
lyblsgo
3c2d793370 author:yijinsheng wss_client_fix 2023-12-15 15:35:53 +08:00
speech_asr
630509da0f update funasr_wss_client.py 2023-12-15 14:03:43 +08:00
zhifu gao
66b46dea4f
Update README.md 2023-11-21 19:17:40 +08:00
zhifu gao
84b877ef35
Update funasr_wss_server.py 2023-11-21 19:16:49 +08:00
electroniccc
29e0359170
Fix ' was a deprecated alias for the builtin ' issue (#1100) 2023-11-20 09:45:15 +08:00
游雁
540a50b55a wss ssl 2023-11-17 09:47:33 +08:00
Meng Wei
12d694f94c
fix benchmark links (#1092) 2023-11-15 16:24:51 +08:00
游雁
d83e999f59 funasr-onnx http 2023-11-10 15:16:21 +08:00
游雁
b19191cb5f funasr-onnx 0.2.4 2023-11-09 13:28:48 +08:00
北念
db149dd897 fix paraformer-en model python onnx postprocess 2023-11-09 11:49:56 +08:00
shixian.shi
4a04c022c5 update contextual export 2023-11-08 15:14:45 +08:00
游雁
a967cbb3de docs 2023-11-08 11:43:32 +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