Instructions to use Utkarsh524/codellama_cpputest2_lora8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Utkarsh524/codellama_cpputest2_lora8bit 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, "Utkarsh524/codellama_cpputest2_lora8bit") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
af6b9d0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:dad92fe78616fd14198a4eda0abe663d6a5ea6dddeb55868e8a77426a69d3d1e
size 5713
|