From 8cd93a1fc77e8a4a119f248ec0eb9018a74f728b Mon Sep 17 00:00:00 2001
From: shixian.shi <shixian.shi@alibaba-inc.com>
Date: 星期二, 21 三月 2023 19:41:40 +0800
Subject: [PATCH] asr_inference pipeline supports combine tp model

---
 docs/get_started.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/get_started.md b/docs/get_started.md
index ec25ba8..4a7d86e 100644
--- a/docs/get_started.md
+++ b/docs/get_started.md
@@ -105,7 +105,7 @@
 
 * Mode Selection
 
-As we support conformer, paraformer and uniasr in FunASR and they have different inference interfaces, a `mode` param is specified as `asr/paraformer/uniase` according to the trained model.
+As we support paraformer, uniasr, conformer and other models in FunASR, a `mode` parameter should be specified as `asr/paraformer/uniasr` according to the trained model.
 
 * Configuration
 

--
Gitblit v1.9.1