dgedanke
dgedanke
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
### Feature request / 功能建议 目前,Xinference 文字转语音的大模型有以下三个: * ChatTTS * CosyVoice * FishSpeech FishSpeech 是最近加的 能否增加一些 TTS 大模型呢,比如说 GPT-SoVITS,OpenVoice 等,或者说可以自行注册其他的 TTS 大模型 ### Motivation / 动机 能否增加一些 TTS 大模型,或者可以自行注册其他的 TTS...
**Describe the bug** What the bug is, and how to reproduce, better with screenshots(描述bug以及复现过程,最好有截图) Internvl2-8b 多图多轮对话微调,发生错误 这是微调命令: ```sh CUDA_VISIBLE_DEVICES=2,3,4,5 swift sft --model_type internvl2-8b --model_id_or_path /data/swift/models/InternVL2-8B --dataset /data/swift/model_vl_lrr/dataset/sample.jsonl --num_train_epochs 2 --max_length...