Instructions to use athrv/codellama_utests_adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use athrv/codellama_utests_adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "athrv/codellama_utests_adapter") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b970d2b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3b0e0a808a9e895b0c3d0aea9a6b939a1311c6342adb50038a3d082ccef664da
size 5176
|