Hello
I am trying to fine tune Falcon7B with only little ressources.
I found several notebooks and tutorials on how to do it with T4 Colab or only Kaggle.
But I keep encountering the same error related to this crucial step:
model = prepare_model_for_kbit_training(model)
Error:
TypeError: FalconPreTrainedModel._set_gradient_checkpointing() got an unexpected keyword argument ‘enable’
Thank you for your answer.
It seems that I can’t change the source code itself.
here is the notebook Google Colab
Do you know what I should change on the notebook in order to make it work ?