From 6e73de535d6e299c8d2240dc752b0a5a46f5e97d Mon Sep 17 00:00:00 2001 From: lovemefan Date: Thu, 5 Sep 2024 15:00:37 +0800 Subject: [PATCH] update readme --- README-EN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-EN.md b/README-EN.md index da16f27..a31b6a9 100644 --- a/README-EN.md +++ b/README-EN.md @@ -78,7 +78,7 @@ mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=Release .. && make -j 8 # -t means thread num -./bin/sense-voice-main -m /path/gguf-fp16-sense-voice-small.bin /path/asr_example_zh.wav -t 4 +./bin/sense-voice-main -m /path/gguf-fp16-sense-voice-small.bin /path/asr_example_zh.wav -t 4 -ng ``` ### Output diff --git a/README.md b/README.md index ad21632..2d54d4d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=Release .. && make -j 8 # -t means thread num, -t 指定线程数 -./bin/sense-voice-main -m /path/gguf-fp16-sense-voice-small.bin /path/asr_example_zh.wav -t 4 +./bin/sense-voice-main -m /path/gguf-fp16-sense-voice-small.bin /path/asr_example_zh.wav -t 4 -ng ``` ### 输出