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