-
Notifications
You must be signed in to change notification settings - Fork 484
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Hey, I'm trying to create a uqff for the Qwen 2.5 vl 7b model (I also tried 32b with the same error):
target/release/mistralrs-server --isq Q4K -i vision-plain -m Qwen/Qwen2.5-VL-7B-Instruct --write-uqff qwen2.5-vl-7b-q4k.uqff -a qwen2_5vl
But when I do that, I get this error:
2025-03-27T09:00:24.204281Z INFO mistralrs_core::pipeline::isq: Serializing 197 ISQ tensors to `qwen2.5-vl-7b-q4k.uqff`.
Error: `QuantizedSerde::serialize_with_bias` is not supported.
I'm on latest main branch.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working