autonomous-sre-lora / README.md
teletubbies's picture
Add base-model usage note
aa3340a verified
|
Raw
History Blame Contribute Delete
248 Bytes
# Autonomous SRE LoRA Adapter
- Base model: `unsloth/llama-3-8b-Instruct-bnb-4bit`
- Adapter path in this repo: `lora_adapter/`
- Format: PEFT LoRA (not merged full checkpoint)
Use with `peft.PeftModel.from_pretrained(base_model, adapter_path)`.