AutoAWQ
AutoAWQ copied to clipboard
Support Kosmos-2
https://huggingface.co/microsoft/kosmos-2-patch14-224
Used in the following fashion with AutoModelForVision2Seq
from transformers import AutoModelForVision2Seq, AutoProcessor
model = AutoModelForVision2Seq.from_pretrained("microsoft/kosmos-2-patch14-224")
processor = AutoProcessor.from_pretrained("microsoft/kosmos-2-patch14-224")
This is a vision model and it would be nice to integrate with LLaVa and others. Open to PRs that helps integrate it!