From 35f62d5e410b109c3239c4de67fb0d06bbe02531 Mon Sep 17 00:00:00 2001
From: lyblsgo <lyblsgo@163.com>
Date: 星期二, 21 三月 2023 16:57:40 +0800
Subject: [PATCH] modify read.me

---
 funasr/runtime/onnxruntime/readme.md         |    4 ++--
 funasr/runtime/grpc/Readme.md                |    4 ++--
 funasr/runtime/onnxruntime/tester/tester.cpp |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/funasr/runtime/grpc/Readme.md b/funasr/runtime/grpc/Readme.md
index 80e55aa..2bcad08 100644
--- a/funasr/runtime/grpc/Readme.md
+++ b/funasr/runtime/grpc/Readme.md
@@ -44,8 +44,8 @@
 
 #### Step 4. Start grpc paraformer server
 ```
-Usage: ./cmake/build/paraformer_server port thread_num /path/to/model_file
-./cmake/build/paraformer_server 10108 4 /data/asrmodel/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch
+Usage: ./cmake/build/paraformer_server port thread_num /path/to/model_file quantize(true or false)
+./cmake/build/paraformer_server 10108 4 /data/asrmodel/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch false
 ```
 
 
diff --git a/funasr/runtime/onnxruntime/readme.md b/funasr/runtime/onnxruntime/readme.md
index fa2f276..eeb04f1 100644
--- a/funasr/runtime/onnxruntime/readme.md
+++ b/funasr/runtime/onnxruntime/readme.md
@@ -16,9 +16,9 @@
 
 ###  杩愯绋嬪簭
 
-tester  /path/to/models/dir /path/to/wave/file
+tester  /path/to/models/dir /path/to/wave/file quantize(true or false)
 
- 渚嬪锛� tester /data/models  /data/test.wav
+ 渚嬪锛� tester /data/models  /data/test.wav false
 
 /data/models 闇�瑕佸寘鎷涓嬩袱涓枃浠讹細 model.onnx 鍜寁ocab.txt
 
diff --git a/funasr/runtime/onnxruntime/tester/tester.cpp b/funasr/runtime/onnxruntime/tester/tester.cpp
index 1739f0b..7754da9 100644
--- a/funasr/runtime/onnxruntime/tester/tester.cpp
+++ b/funasr/runtime/onnxruntime/tester/tester.cpp
@@ -17,7 +17,7 @@
 
     if (argc < 3)
     {
-        printf("Usage: %s /path/to/model_dir /path/to/wav/file quantize(true or false)", argv[0]);
+        printf("Usage: %s /path/to/model_dir /path/to/wav/file quantize(true or false) \n", argv[0]);
         exit(-1);
     }
     struct timeval start, end;

--
Gitblit v1.9.1