dots.mocr
Collection
3 items • Updated
Configuration Parsing Warning:In UNKNOWN_FILENAME: "quantization_config.config_groups.group_0.format" must be a string
This repository provides production-grade W4A16 quantized weights for dots-studio/dots.mocr using Intel AutoRound.
Vishva007/dots.mocr-W4A16-AutoRound: Native AutoRound format.Vishva007/dots.mocr-W4A16-AutoRound-GPTQ: Exported GPTQ format optimized for direct serving in vLLM.The quantization recipe was tuned for high accuracy and long-context multimodal parsing while preventing degradation of visual features:
True)quant_nontext_module=False (vision encoder preserved in full precision to retain document grounding accuracy)torch.compile acceleration.For high-throughput document parsing, serve the GPTQ variant directly with vLLM:
vllm serve Vishva007/dots.mocr-AutoRound-NVFP4 \
--host 0.0.0.0 \
--port 8000 \
--trust-remote-code \
--chat-template-content-format string \
--dtype bfloat16 \
--kv-cache-dtype auto \
--max-model-len 32768 \
--max-num-seqs 128 \
--gpu-memory-utilization 0.90 \
--enable-prefix-caching \
--enable-chunked-prefill
One-click launch environments pre-configured with PyTorch, CUDA, and dependencies for fine-tuning or quantization.
🎁 Need GPU compute? Sign up via RunPod and get $5–$500 in free credits when you add your first $10.
Base model
dots-studio/dots.mocr