For some reason, whenever i try to finetune this model, i keep getting this error
AttributeError: ‘BitsAndBytesConfig’ object has no attribute ‘get_loading_attributes’
maybe it has to do with some sort of compatibility with the model and transformer library?
If i keep everything the same and only change the model to NousResearch/Llama-2-7b-hf, it works…