OpenBMB / MiniCPM-V

MiniCPM-V 2.6: A GPT-4V Level MLLM for Single Image, Multi Image and Video on Your Phone
Apache License 2.0
12.56k stars 885 forks source link

加上LLM_TYPE后报错ValueError #142

Closed Zmeo closed 5 months ago

Zmeo commented 5 months ago
          感谢您的回复

加上参数之后出现了新的报错

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

YuzaChongyi commented 5 months ago

we have updated the TrainingArguments, please fetch the latest finetune code.