Instructions to use Ed13210/code-llama-7b-conductor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ed13210/code-llama-7b-conductor with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "Ed13210/code-llama-7b-conductor") - Notebooks
- Google Colab
- Kaggle