-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Is it possible to convert pure image models, or is that not possible or too time-consuming?
like
https://huggingface.co/Qwen/Qwen-Image
or
https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct
or
https://huggingface.co/black-forest-labs/FLUX.1-dev
ok, qwen_vl seems to work but how i use
auto_round_mllm
in python code, or must i call directly the exe with parameters?
from auto_round import AutoRound
autoround = AutoRound(model, tokenizer, bits=bits, group_size=group_size, sym=sym, batch_size=4, low_gpu_mem_usage=True, disable_opt_rtn=True)
Metadata
Metadata
Assignees
Labels
No labels