14.fine-tuning-llama-2-7b-on-custom-dataset.ipynb gives me the error "AttributeError: 'LlamaForCausalLM' object has no attribute 'merge_and_unload'" when I try to run it on Google Colab Pro at this line: "merged_model = model.merge_and_unload()". Any ideas? Thanks.
14.fine-tuning-llama-2-7b-on-custom-dataset.ipynb gives me the error "AttributeError: 'LlamaForCausalLM' object has no attribute 'merge_and_unload'" when I try to run it on Google Colab Pro at this line: "merged_model = model.merge_and_unload()". Any ideas? Thanks.