Instructions to use ADHIZ/vision_omni_erf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ADHIZ/vision_omni_erf with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-11B-Vision-Instruct") model = PeftModel.from_pretrained(base_model, "ADHIZ/vision_omni_erf") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
35b9e79 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:abd08b46c9c01a903788030f36d9731aad064d0c420e66b88e3e143cda9e4e9a
size 17210268
|