ValueError: You cannot perform fine-tuning on purely quantized models. Please attach trainable adapters on top of the quantized model to correctly perform fine-tuning报错
transformers版本是4.38.0,改成4.33.0就可以了
ValueError: You cannot perform fine-tuning on purely quantized models. Please attach trainable adapters on top of the quantized model to correctly perform fine-tuning报错
transformers版本是4.38.0,改成4.33.0就可以了