mirror of
https://github.com/FunAudioLLM/SenseVoice.git
synced 2025-09-15 15:08:35 +08:00
python runtime
This commit is contained in:
parent
39c02d1694
commit
14cbaf90be
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -226,7 +226,7 @@ print([rich_transcription_postprocess(i) for i in res])
|
|||||||
```
|
```
|
||||||
備考:Libtorchモデルは元のモデルディレクトリにエクスポートされます。
|
備考:Libtorchモデルは元のモデルディレクトリにエクスポートされます。
|
||||||
|
|
||||||
<details>
|
</details>
|
||||||
|
|
||||||
### 展開
|
### 展開
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user