Instructions to use Vijayendra/llama3-8b-lora-cyclic-attention with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Vijayendra/llama3-8b-lora-cyclic-attention with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Vijayendra/llama3-8b-lora-cyclic-attention") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
22876b4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eb3e04e2dd1c558db1c11ab1005e92abe78852f67a0eb3064c21d36929240bd3
size 5871267949
|