GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36-Q3_K_L-GGUF overview

TaimoorSiddiqui/HopCoder Mini 35B A3B VL36 Q3 K L GGUF This model was converted to GGUF format from TaimoorSiddiqui/HopCoder Mini 35B A3B VL36 https://huggingf…

transformersggufhopcoder-minimultimodalvisionimage-text-to-textcodingagenttool-callingllama-cppgguf-my-repoenbase_model:TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36base_model:quantized:TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36license:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~16.87 GB disk (24 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
image-text-to-text

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
hopcoder-mini-35b-a3b-vl36-q3_k_l.ggufGGUFQ3_K_L16.87 GBDownload

Model Details

Model IDTaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36-Q3_K_L-GGUF
AuthorTaimoorSiddiqui
Pipelineimage-text-to-text
Licenseapache-2.0
Base modelTaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36
Last modified2026-07-04T22:33:21.000Z

Model README

---

license: apache-2.0

language:

  • en

pipeline_tag: image-text-to-text

library_name: transformers

tags:

  • hopcoder-mini
  • multimodal
  • vision
  • image-text-to-text
  • coding
  • agent
  • tool-calling
  • llama-cpp
  • gguf-my-repo

model_name: HopCoder Mini 35B A3B VL36

creator: Taimoor Siddiqui

base_model: TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36

---

TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36-Q3_K_L-GGUF

This model was converted to GGUF format from TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36 using llama.cpp via the ggml.ai's GGUF-my-repo space.

Refer to the original model card for more details on the model.

Use with llama.cpp

Install llama.cpp through brew (works on Mac and Linux)

brew install llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36-Q3_K_L-GGUF --hf-file hopcoder-mini-35b-a3b-vl36-q3_k_l.gguf -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36-Q3_K_L-GGUF --hf-file hopcoder-mini-35b-a3b-vl36-q3_k_l.gguf -c 2048

Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.

Step 1: Clone llama.cpp from GitHub.

git clone https://github.com/ggerganov/llama.cpp

Step 2: Move into the llama.cpp folder and build it with LLAMA_CURL=1 flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).

cd llama.cpp && LLAMA_CURL=1 make

Step 3: Run inference through the main binary.

./llama-cli --hf-repo TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36-Q3_K_L-GGUF --hf-file hopcoder-mini-35b-a3b-vl36-q3_k_l.gguf -p "The meaning to life and the universe is"

or

./llama-server --hf-repo TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36-Q3_K_L-GGUF --hf-file hopcoder-mini-35b-a3b-vl36-q3_k_l.gguf -c 2048

Run TaimoorSiddiqui/HopCoder-Mini-35B-A3B-VL36-Q3_K_L-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models