python runtime

This commit is contained in:
游雁 2024-07-22 20:50:48 +08:00
parent 39c02d1694
commit 14cbaf90be
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ res = model(wav_or_scp, language="auto", use_itn=True)
print([rich_transcription_postprocess(i) for i in res]) print([rich_transcription_postprocess(i) for i in res])
``` ```
Note: Libtorch model is exported to the original model directory. Note: Libtorch model is exported to the original model directory.
<details> </details>
## Service ## Service

View File

@ -226,7 +226,7 @@ print([rich_transcription_postprocess(i) for i in res])
``` ```
備考Libtorchモデルは元のモデルディレクトリにエクスポートされます。 備考Libtorchモデルは元のモデルディレクトリにエクスポートされます。
<details> </details>
### 展開 ### 展開