MiniCPM-V
MiniCPM-V copied to clipboard
加上LLM_TYPE后报错ValueError
感谢您的回复
加上参数之后出现了新的报错
File "/home/kas/.conda/envs/MiniCPMV/lib/python3.10/site-packages/transformers/hf_argparser.py", line 347, in parse_args_into_dataclasses raise ValueError(f"Some specified arguments are not used by the HfArgumentParser: {remaining_args}") ValueError: Some specified arguments are not used by the HfArgumentParser: ['--llm_type', 'llama3']
Originally posted by @Zmeo in https://github.com/OpenBMB/MiniCPM-V/issues/131#issuecomment-2126727248
we have updated the TrainingArguments, please fetch the latest finetune code.