diff --git a/demos/streaming_asr_server/README.md b/demos/streaming_asr_server/README.md index 5eef8286..1d33b694 100644 --- a/demos/streaming_asr_server/README.md +++ b/demos/streaming_asr_server/README.md @@ -1,5 +1,7 @@ ([简体中文](./README_cn.md)|English) +> conf/ws_ds2_application.yaml need onnxruntime>=1.11.0 + # Streaming ASR Server ## Introduction diff --git a/setup.py b/setup.py index c55bc15b..f3e5e728 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ base = [ "loguru", "matplotlib", "nara_wpe", - "onnxruntime==1.10.0", + "onnxruntime==1.11.0", "opencc", "pandas", "paddlenlp>=2.4.3",