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/tester/tester.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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