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: 134 Bytes
af6b9d0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0852e8738d498045a84a7a08abfae0e7da4e226b28a8705381252a2f1b7cfbd8
size 134235048
|