Qwen3.5-9B Hindi Instruct โ€” GGUF ๐Ÿ‡ฎ๐Ÿ‡ณ

Native-Hindi Qwen3.5-9B for your laptop. Quantized from pankajpandey-dev/qwen3.5-9b-hindi-instruct. Answers directly in Devanagari โ€” no English thinking, no code-switching.

Which file?

File Size RAM needed Use when
Q4_K_M ~5.7 GB ~8 GB Recommended โ€” best size/quality on CPU
Q5_K_M ~6.7 GB ~9 GB More quality headroom
Q8_0 ~10 GB ~12 GB Near-lossless

Run it

llama.cpp (build from ~March 2026 or newer for Qwen3.5 support):

llama-cli -m qwen3.5-9b-hindi-Q4_K_M.gguf --jinja -cnv --repeat-penalty 1.1

LM Studio: search this repo name, download Q4_K_M, set repeat penalty 1.1, chat. Python (llama-cpp-python 0.3.32 or newer):

from llama_cpp import Llama
llm = Llama(model_path="qwen3.5-9b-hindi-Q4_K_M.gguf", n_ctx=4096)
r = llm.create_chat_completion(
    messages=[{"role": "user", "content": "เคฏเฅ‹เค— เค•เฅ‡ เคšเคพเคฐ เคฒเคพเคญ เคฌเคคเคพเค‡เคเฅค"}],
    repeat_penalty=1.1)
print(r["choices"][0]["message"]["content"])

Ollama: ollama run hf.co/pankajpandey-dev/qwen3.5-9b-hindi-instruct-GGUF:Q4_K_M โ€” needs an Ollama build with Qwen3.5 support; if it errors, use llama.cpp or LM Studio. Tip: use repeat penalty 1.1 โ€” long letter-style outputs can loop without it.


๐Ÿ‡ฎ๐Ÿ‡ณ About the Hindi LLM Series

Weekly open releases making small LLMs speak fluent, native Hindi โ€” trained on free/low-cost GPUs, shipped as GGUF for laptops and edge devices. Built by pankajpandey-dev (contact links on profile).

This release: Model ยท GGUF ยท LoRA ยท Series: ๐Ÿ‡ฎ๐Ÿ‡ณ Hindi LLM Collection

Downloads last month
52
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

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

Model tree for pankajpandey-dev/qwen3.5-9b-hindi-instruct-GGUF

Finetuned
Qwen/Qwen3.5-9B
Quantized
(1)
this model

Space using pankajpandey-dev/qwen3.5-9b-hindi-instruct-GGUF 1

Collection including pankajpandey-dev/qwen3.5-9b-hindi-instruct-GGUF