Instructions to use Vision-CAIR/llama_3_2_output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Vision-CAIR/llama_3_2_output 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, "Vision-CAIR/llama_3_2_output") - Notebooks
- Google Colab
- Kaggle
Ctrl+K