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