umitaksoylu/lsda-3b-turkish-dev-GGUF
0149
LSDA 3B Turkish Dev - GGUF Versions
This repository contains GGUF quantized versions of umitaksoylu/lsda-3b-turkish-dev, compiled using llama.cpp.
LSDA-3B-Turkish-Dev is a high-performance 3B parameter LLM (based on Qwen2.5 Architecture) specifically trained for modern full-stack software development with a deep focus on C#, SQL, and React. LSDA Supports English & Turkish languages.

๐ฆ Available Files & Specs
๐ ๏ธ Supported Inference Engines
You can run these GGUF weights across a wide variety of edge, mobile, and server engines:
- llama.cpp (Native cross-platform execution)
- Ollama (Local REST server & CLI)
- MLC-LLM (Cross-platform GPU acceleration)
- ExecuTorch (PyTorch native mobile engine)
- MediaPipe GenAI (On-device deployment)
- RKNN-LLM (Rockchip NPU acceleration)
- TensorRT-LLM (NVIDIA Edge/Server acceleration)
๐ฑ Device Compatibility & Benchmarks ("The Developer in Your Pocket")
Thanks to GGUF and 4-bit quantization support, LSDA-3B can run locally across a wide range of hardware, including smartphones, tablets, edge AI boards, and low-power Mini PCs.
๐ Apple Ecosystem (Metal / Apple Neural Engine)
๐ค Android Devices (Min. 6 GB, Recommended 8 GB+ RAM)
๐ค Embedded, Robotics & Edge AI
๐ Quick Start
1. Running via llama.cpp CLI
# Download the quantized GGUF file
huggingface-cli download umitaksoylu/lsda-3b-turkish-dev-GGUF lsda-3b-turkish-dev-Q4_K_M.gguf --local-dir .
# Run with Qwen 2.5 chat template
./llama-cli -m lsda-3b-turkish-dev-Q4_K_M.gguf \
--chat-template qwen2 \
-p "Write a C# DTO class and a corresponding React interface for a User Profile." \
-n 512