ZhangChuan
ZhangChuan
另外,在module.extractor.densenet.dense_sup5.left.1.weight这一层会出现AttributeError: 'NoneType' object has no attribute 'data',这好像是在这一层没有梯度。
在使用finetune_lora.sh测试微调的时候,我也遇到了同样的问题。 麻烦帮忙看一下是哪里出现了问题,谢谢啦! 这是我的finetune_lora.sh设置 #!/bin/bash GPUS_PER_NODE=1 NNODES=1 NODE_RANK=0 MASTER_ADDR=localhost MASTER_PORT=6001 MODEL="/work/MiniCPM-V-main/check_point/OpenBMB/MiniCPM-V-2_6-int4" # ATTENTION: specify the path to your training data, which should be a json file consisting of a list of...
非常感谢您的回复  您看是不是将图片中的conversation改为conversations。因为我发现上文根本没有conversation这个变量
非常感谢您的回复!根据您的建议,我将tune_vision 和tune_llm设置为false,但是仍然得到如下错误。 [2024-09-09 12:51:12,210] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect) [WARNING] async_io requires the dev libaio .so object and headers but these were not found. [WARNING] async_io: please...