| runtime/python/libtorch/funasr_torch/sensevoice_bin.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
runtime/python/libtorch/funasr_torch/sensevoice_bin.py
@@ -112,7 +112,7 @@ token_int = yseq[mask].tolist() if tokenizer is not None: asr_res.append(tokenizer.decode(token_int)) asr_res.append(self.tokenizer.decode(token_int)) else: asr_res.append(token_int) return asr_res