zsLin177

Results 4 issues of zsLin177

Hello, I am studying contextual asr. I have browsed papers about [Deep Contextualization] but found that they have not released the corresponding code. Would you happen to know where to...

### Self Checks - [X] I have searched for existing issues [search for existing issues]([https://github.com/langgenius/dify/issues](https://github.com/fishaudio/fish-speech/issues)), including closed ones. - [X] I confirm that I am using English to submit this...

enhancement

### System Info torch 2.1 ### Information - [X] The official example scripts - [ ] My own modified scripts ### 🐛 Describe the bug ```shell bash decode_MaLa-ASR_withkeywords_L95.sh ``` Hi,...

**Describe the bug** What the bug is, and how to reproduce, better with screenshots(描述bug以及复现过程,最好有截图) 单卡7b可以跑,多卡推理72b会卡住,也尝试过NPROC_PER_NODE=8 这一行去掉。 运行脚本 ```shell NPROC_PER_NODE=8 \ CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 \ MAX_PIXELS=602112 \ swift infer \ --model /root/Qwen2.5-VL-72B-Instruct \...