Instructions to use zhouning/lora-llm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use zhouning/lora-llm with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/vicuna-7B-1.1-HF") model = PeftModel.from_pretrained(base_model, "zhouning/lora-llm") - Notebooks
- Google Colab
- Kaggle
Ctrl+K