Instructions to use ImagineIt/15b-real-2.67-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ImagineIt/15b-real-2.67-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Steelskull/L3-Aethora-15B") model = PeftModel.from_pretrained(base_model, "ImagineIt/15b-real-2.67-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K