Instructions to use lightsource/lora-synth-8b-llama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lightsource/lora-synth-8b-llama with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "lightsource/lora-synth-8b-llama") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
aaf37cb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9f88ba390a46217d83c73dd958c966ee94db5c233ca6c28cac6a1bdff44ee0c2
size 5368
|