lora微调Minicpm-o遇到错误ValueError: Target module MultiModalProjector is not supported. Currently, only the following modules are supported: torch.nn.Linear
, torch.nn.Embedding
, torch.nn.Conv2d
, transformers.pytorch_utils.Conv1D
.
#6937
Labels
solved
This problem has been already solved
Reminder
System Info
llamafactory
version: 0.9.2.dev0Reproduction
使用的命令:
遇到问题:
Others
参考其他教程后设置lora_target: linear1,linear2后会遇到类似
Target modules {'linear1','linear2'} not found in the base model
的错误
The text was updated successfully, but these errors were encountered: