如果,你使用的模型model.named_parameters()得到的是这样的:model.layers.30.mlp.down_proj.weight,那你必须通过model.model.layers[30]这样的形式来取到参数