游雁
2024-07-22 3bc0efcc1442a722dd00aa30857688e1252b07be
python runtime
1个文件已修改
2 ■■■ 已修改文件
runtime/python/libtorch/funasr_torch/sensevoice_bin.py 2 ●●● 补丁 | 查看 | 原始文档 | 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