Instructions to use Infernaught/test_ap_weights with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Infernaught/test_ap_weights with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/tiny-random-LlamaForCausalLM") model = PeftModel.from_pretrained(base_model, "Infernaught/test_ap_weights") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
143cf6e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:108c34baf12e4a937dafed4bf435d88ca9f4303128e0d54b5ec7c9e427ea9ce7
size 1407
|