How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="renezander030/browserground-gguf",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": [
				{
					"type": "text",
					"text": "Describe this image in one sentence."
				},
				{
					"type": "image_url",
					"image_url": {
						"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
					}
				}
			]
		}
	]
)

browserground-gguf (llama.cpp / Ollama)

GGUF build of renezander030/browserground for llama.cpp, Ollama, and downstream wrappers that accept GGUF multimodal models.

Two files, both required:

File Purpose Size
browserground-Q4_K_M.gguf text LLM, Q4_K_M quant 1.11 GB
browserground-mmproj-f16.gguf vision tower (mmproj), f16 0.82 GB

Use via Ollama

A ready-made Modelfile is in the repo. After downloading both .gguf files:

ollama create browserground -f Modelfile
ollama run browserground "Locate the Submit button" /path/to/screenshot.png

Use via llama.cpp directly

llama-mtmd-cli   -m browserground-Q4_K_M.gguf   --mmproj browserground-mmproj-f16.gguf   --image screenshot.png   -p "Locate the element described: Submit button"

Or via the npm CLI (auto-routes to MLX on Apple Silicon)

npm install -g browserground
browserground parse screenshot.png --target "Submit button"

Recipe, numbers, full evaluation: https://huggingface.co/renezander030/browserground.

License: Apache 2.0 (inherits from Qwen/Qwen3-VL-2B-Instruct).

Downloads last month
-
GGUF
Model size
2B params
Architecture
qwen3vl
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for renezander030/browserground-gguf

Quantized
(2)
this model