How to use VictorDCh/granite-8b-code-instruct-spider with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ibm-granite/granite-8b-code-instruct") model = PeftModel.from_pretrained(base_model, "VictorDCh/granite-8b-code-instruct-spider")
The community tab is the place to discuss and collaborate with the HF community!