upload model 2b2e5f8
VPeterV commited on
How to use PeterV09/llava-1.6-2sft with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("PeterV09/llava-1.6-2sft", device_map="auto")