HankYang
Results
1
comments of
HankYang
@aliencaocao 嗨,我也遇到了 op 的问题,但是请问为什么最新版的代码没有 dataset_shards 这个参数了,如果我用旧版本的仓库,将不再支持我要微调的 internvl3.请问大佬是有新的解决方法了吗 我的 config yaml: ```yaml ### model model_name_or_path: OpenGVLab/InternVL3-8B-hf trust_remote_code: true ### method stage: sft do_train: true finetuning_type: full freeze_multi_modal_projector: true freeze_vision_tower: true deepspeed:...