Instructions to use TREJJCX691/codellama-codegen-rendertemplate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TREJJCX691/codellama-codegen-rendertemplate with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Models/base/codellama") model = PeftModel.from_pretrained(base_model, "TREJJCX691/codellama-codegen-rendertemplate") - Notebooks
- Google Colab
- Kaggle
Ctrl+K