Commit History

fix: simplify msgs format for minicpm_v .chat() to prevent empty hyphen outputs
a927e48

Kunalv commited on

fix: refactor minicpm_v to use official .chat() method to prevent hallucinated OCR text
df94801

Kunalv commited on

fix: use correct AutoModelForImageTextToText+AutoProcessor for MiniCPM-V-4.6, eager attn for Core Router
ed8a9e5

Kunalv commited on

fix: use AutoModelForCausalLM for vision, add sdpa attn for Core Router, add open_clip_torch dep
4816f79

Kunalv commited on

fix: correct vision model dtype, Nemotron Parse model ID, and patch missing is_torch_fx_available
4e3a057

Kunalv commited on

fix: correct MiniCPM-V-4.6 model ID and switch Core Router to AutoModel to resolve ModelWrapper crash
b0584e4

Kunalv commited on

feat: add Parallel Vision Engine — MiniCPM-V and Nemotron Parse fire async with confidence-score arbiter
96f4123

Kunalv commited on

fix: add __spec__ to the mocked flash-attn module
80162eb

Kunalv commited on

fix: bypass flash-attn compilation by mocking it and using sdpa
81239aa

Kunalv commited on

fix: pass HF_TOKEN to access gated MiniCPM-V model
27bb25e

Kunalv commited on

feat: Integrate MiniCPM-V 2.6 OCR model to vision tool
8dc128c

Kunalv commited on

feat: Fix Gradio warnings and implement ZeroGPU startup hook for vision pipeline
b4e9dbf

Kunalv commited on