How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf ajeetcoolkarni/Medhavi-14B-Expert-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf ajeetcoolkarni/Medhavi-14B-Expert-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf ajeetcoolkarni/Medhavi-14B-Expert-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf ajeetcoolkarni/Medhavi-14B-Expert-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf ajeetcoolkarni/Medhavi-14B-Expert-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf ajeetcoolkarni/Medhavi-14B-Expert-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf ajeetcoolkarni/Medhavi-14B-Expert-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ajeetcoolkarni/Medhavi-14B-Expert-GGUF:Q4_K_M
Use Docker
docker model run hf.co/ajeetcoolkarni/Medhavi-14B-Expert-GGUF:Q4_K_M
Quick Links

๐Ÿง  Medhavi-14B-Systems-Reasoning (GGUF)

Medhavi-14B is a high-density reasoning model fine-tuned for low-level systems mastery, architectural analysis, and production-grade code generation. Unlike standard chat models, Medhavi is trained to act as a Lead Systems Architect, performing an exhaustive "Deep Think" phase to analyze time/space complexity, edge cases, and low-level implementation details before outputting a finalized solution.

โšก Inference Structure (Reasoning Chain)

The model follows a strict execution pipeline:

  1. System Prompt: You are Medhavi, an expert reasoning and coding AI. For every instruction, you must perform a deep architectural and logical analysis inside tags before providing the final output. Always end your response with [DONE].
  2. Context 32K is supported but for best results use 20480

๐Ÿ’พ Available Quantizations

  • Q4_K_M (Standard): Ideal for local systems with 16GB RAM.
  • Q6_K (High Precision): Recommended for complex coding tasks where 99% logic retention is required.

๐Ÿš€ How to Run (LM Studio / Local)

This model requires a specific prompt format to trigger the reasoning circuits correctly.

Downloads last month
13
GGUF
Model size
15B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

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

Model tree for ajeetcoolkarni/Medhavi-14B-Expert-GGUF