CoolFace
Apppublic

gatilin/nanoVLM-222M-webui

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
10 commits on main
bc013a13mo ago

docs: update README Space URLs to gatilin deployment

isLinXu
af92aac3mo ago

fix: tokenizer special token addition + 222M mp_image_token_length autocompute

isLinXu
2261ed53mo ago

fix: avoid tokenizers.Encoding type issue by using tokenize=False + encode()

isLinXu
f4063813mo ago

fix: cap patch grid to 8x8 for 222M model compat

isLinXu
4bcb5343mo ago

fix: ensure DynamicResize output is divisible by patch_size

isLinXu
4bc16d13mo ago

fix: Gradio 6.0 compat + 222M model config field

isLinXu
9e882d33mo ago

fix(Dockerfile): replace libgl1-mesa-glx with libgl1 for Debian trixie compat

isLinXu
10ddf983mo ago

fix: add HF Spaces YAML frontmatter to README.md

isLinXu
48d4e3b3mo ago

feat: add nanoVLM-222M Web UI for Hugging Face Spaces

isLinXu
693d5873mo ago

initial commit

gatilin