Instructions to use celinelee/codellama13B_risctoarm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use celinelee/codellama13B_risctoarm with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/CodeLlama-13B-fp16") model = PeftModel.from_pretrained(base_model, "celinelee/codellama13B_risctoarm") - Notebooks
- Google Colab
- Kaggle