"autoawq" problem

#6
by fundayil - opened

The solution to the "autoawq" loading error may be to delete awq from the model name. correct model:model = Qwen2VLForConditionalGeneration.from_pretrained( "Qwen/Qwen2-VL-7B-Instruct",
torch_dtype="auto",
device_map="auto"

Sign up or log in to comment