| funasr/models/llm_asr/model.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
funasr/models/llm_asr/model.py
@@ -526,7 +526,7 @@ ] labels_ids[labels_ids == -1] = -100 attention_mask[attention_mask < 0] = 0 model_outputs = self.llm( inputs_embeds=inputs_embeds, attention_mask=attention_mask, labels=labels_ids )