Instructions to use zooknowsys/wtocLoRA_0126 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use zooknowsys/wtocLoRA_0126 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-VL-Chat") model = PeftModel.from_pretrained(base_model, "zooknowsys/wtocLoRA_0126") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
869a83f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2a2183a9213948e7fc8d015e74414738d2a5b8c56e883b8150bace6e8d93c735
size 4728
|