From ab2148ec182db2b5d18d38f2dd690922d2cf56b8 Mon Sep 17 00:00:00 2001 From: Logan <52682203+ding-ding666@users.noreply.github.com> Date: 星期一, 26 五月 2025 14:34:47 +0800 Subject: [PATCH] 更新go client 的原生实现 (#2532) --- docs/tutorial/README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/tutorial/README.md b/docs/tutorial/README.md index 933b611..3a3886e 100644 --- a/docs/tutorial/README.md +++ b/docs/tutorial/README.md @@ -38,7 +38,7 @@ model = AutoModel(model=[str], device=[str], ncpu=[int], output_dir=[str], batch_size=[int], hub=[str], **kwargs) ``` - `model`(str): model name in the [Model Repository](https://github.com/alibaba-damo-academy/FunASR/tree/main/model_zoo), or a model path on local disk. -- `device`(str): `cuda:0` (default gpu0) for using GPU for inference, specify `cpu` for using CPU. +- `device`(str): `cuda:0` (default gpu0) for using GPU for inference, specify `cpu` for using CPU. `mps`: Mac computers with M-series chips use MPS for inference. `xpu`: Uses Intel GPU for inference. - `ncpu`(int): `4` (default), sets the number of threads for CPU internal operations. - `output_dir`(str): `None` (default), set this to specify the output path for the results. - `batch_size`(int): `1` (default), the number of samples per batch during decoding. -- Gitblit v1.9.1