Search 3.2M models and datasets…
⌘K
Chat
Models
Datasets
Deploy
Pricing
Docs
Chat
Models
Datasets
Deploy
More
Qwen3-VL-8B-Instruct-quantized.w4a16 – AI Model by SherlockID365 | AlphaNeural AI
You can deploy this model and start earning money today!
SherlockID365
/
Qwen3-VL-8B-Instruct-quantized.w4a16
like
0
transformers
safetensors
qwen3_vl
image-text-to-text
qwen
vision-language
awq
int4
vllm
conversational
Qwen/Qwen3-VL-8B-Instruct
quantized
apache-2.0
endpoints_compatible
compressed-tensors
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
· from $0.17/hr
code taken from :
https://github.com/vllm-project/llm-compressor/blob/main/examples/awq/qwen3-vl-30b-a3b-Instruct-example.py
Qwen3-VL-8B-Instruct-AWQ
AWQ (W4A16) quantized version of
Qwen/Qwen3-VL-8B-Instruct
.
Quantization:
AWQ, 4 bits, group_size=128, zero_point=true, version="gemm"
modules_to_not_convert:
["visual"]
Prepared with LLM Compressor oneshot AWQ. recipe = AWQModifier( targets="Linear", scheme="W4A16", ignore=[r"re:model.visual.
", r"re:visual.
"], # drop lm_head from ignore duo_scaling=True, )