add thrid party url
This commit is contained in:
@ -193,6 +193,10 @@ We evaluated Fun-ASR against other state-of-the-art models on open-source benchm
|
|||||||
<img src="images/compare_en.png" width="800" />
|
<img src="images/compare_en.png" width="800" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## Remarkable Third-Party Work
|
||||||
|
|
||||||
|
- vLLM (GPU) Deployment Best Practices: An accelerated implementation of Fun-ASR using vLLM. [Repository](https://github.com/yuekaizhang/Fun-ASR-vllm/README.md)
|
||||||
|
|
||||||
## Citations
|
## Citations
|
||||||
|
|
||||||
```bibtex
|
```bibtex
|
||||||
|
|||||||
@ -193,6 +193,10 @@ if __name__ == "__main__":
|
|||||||
<img src="images/compare_zh.png" width="800" />
|
<img src="images/compare_zh.png" width="800" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## 优秀三方工作
|
||||||
|
|
||||||
|
- vLLM (GPU) 最佳部署时间: 使用 vLLM 实现对 Fun-ASR 的加速. [Repository](https://github.com/yuekaizhang/Fun-ASR-vllm/README.md)
|
||||||
|
|
||||||
## Citations
|
## Citations
|
||||||
|
|
||||||
```bibtex
|
```bibtex
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
torch
|
torch
|
||||||
torchaudio
|
torchaudio
|
||||||
transformers
|
transformers
|
||||||
git+https://github.com/modelscope/FunASR
|
funasr>=1.3.0
|
||||||
zhconv
|
zhconv
|
||||||
whisper_normalizer
|
whisper_normalizer
|
||||||
pyopenjtalk-plus
|
pyopenjtalk-plus
|
||||||
|
|||||||
Reference in New Issue
Block a user