CUI CHUAN

Results 14 comments of CUI CHUAN

@2U1 I tried `finetune_lora_vision.sh` to fine-tune Qwen2.5-VL these days, while it keeps throwing various errors which are confusing, for me, the error currently could be: ```bash No label_names provided for...

> [@strawhatboy](https://github.com/strawhatboy) `No label_names provided for model class `PeftModel`. Since `PeftModel`hides base models input arguments, if label_names is not given, label_names can't be set automatically within`Trainer`. Note that empty label_names...

> [@strawhatboy](https://github.com/strawhatboy) I've tested but it works fine for me. I'm not sure what is the reason. I'll test a bit more. I've no idea.. here is my logs: ```bash...

> I also encountered the same error, and I found that this error originates from Convert, ultimately tracing back to the dotnet runtime. My temporary solution is as follows: >...