From 33d3d2084403fd34b79c835d2f2fe04f6cd8f738 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期三, 13 九月 2023 09:33:54 +0800
Subject: [PATCH] Merge branch 'main' of github.com:alibaba-damo-academy/FunASR add
---
funasr/runtime/triton_gpu/README.md | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/funasr/runtime/triton_gpu/README.md b/funasr/runtime/triton_gpu/README.md
index 3b297a7..48e889c 100644
--- a/funasr/runtime/triton_gpu/README.md
+++ b/funasr/runtime/triton_gpu/README.md
@@ -8,7 +8,6 @@
pretrained_model_dir=$(pwd)/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch
-cp $pretrained_model_dir/tokens.txt ./model_repo_paraformer_large_offline/scoring/
cp $pretrained_model_dir/am.mvn ./model_repo_paraformer_large_offline/feature_extractor/
cp $pretrained_model_dir/config.yaml ./model_repo_paraformer_large_offline/feature_extractor/
@@ -34,10 +33,9 @@
`-- scoring
|-- 1
| `-- model.py
- |-- config.pbtxt
- `-- tokens.txt
+ `-- config.pbtxt
-8 directories, 10 files
+8 directories, 9 files
```
2. Follow below instructions to launch triton server
--
Gitblit v1.9.1