⚑ PocketWeights: Qwen2.5-1.5B-Instruct (GGUF)

Heavy models, made light. PocketWeights specializes in targeted weight synthesis and hardware-friendly deployments for local AI practitioners.

🧠 Model Overview

This repository provides optimized GGUF quantizations for Qwen2.5-1.5B-Instruct, synthesized via the DARE-TIES merge algorithm to fuse the reasoning strengths of Qwen/Qwen2.5-1.5B-Instruct and Qwen/Qwen2.5-1.5B into a balanced, compute-efficient checkpoint.

  • Primary Base: Qwen/Qwen2.5-1.5B-Instruct
  • Secondary Alignment: Qwen/Qwen2.5-1.5B
  • Merge Engine: MergeKit (DARE-TIES, out-of-core streaming)
  • Quantization Engine: llama.cpp
  • Target Audience: Consumer GPU owners, Apple Silicon developers, and local agent frameworks.

πŸ“Š Hardware & VRAM Compatibility Guide

Select the format that fits your local hardware configuration:

File Name Quant Type Precision Recommended VRAM / RAM Best For Hardware
Qwen2.5-1.5B-Instruct-Q4_K_M.gguf Q4_K_M 4-bit Medium ~1.5 – 2.5 GB Everyday consumer GPUs (RTX 3050/3060, GTX 1660), 8GB Apple Silicon Macs, CPU offload
Qwen2.5-1.5B-Instruct-Q6_K.gguf Q6_K 6-bit ~2.5 – 3.5 GB Near-lossless instruction precision, 6GB+ GPUs, Apple Silicon M-series
Qwen2.5-1.5B-Instruct-Q8_0.gguf Q8_0 8-bit ~3.5 – 4.5 GB Highest numerical precision, 8GB+ VRAM workstations, system RAM inference

πŸš€ Quick Start Guide

1. Run with Ollama

Run directly from Hugging Face without manual downloads:

# Recommended 4-bit (Fastest, lowest memory footprint)
ollama run hf.co/PocketWeights/PocketWeights-Qwen2.5-1.5B-Instruct:Qwen2.5-1.5B-Instruct-Q4_K_M

# Maximum 8-bit precision
ollama run hf.co/PocketWeights/PocketWeights-Qwen2.5-1.5B-Instruct:Qwen2.5-1.5B-Instruct-Q8_0

2. Run with llama.cpp

./llama-cli -m Qwen2.5-1.5B-Instruct-Q4_K_M.gguf -p "You are a helpful assistant." -cnv

🀝 Support the PocketWeights Mission

I build, verify, and publish custom weight merges and quantization pipelines to provide high-quality, unrestricted, and hardware-friendly models to the open-source community for free.

Running conversion setups, cloud instances, and storage requires ongoing compute resources. If these models enhance your local workflow, save you API costs, or power your projects, consider supporting ongoing pipelines:

β˜• Donation Options

Tip: Transferring over the Polygon network keeps transaction gas fees below $0.01!


πŸ“„ Attribution & License

  • Base Models: Qwen/Qwen2.5-1.5B-Instruct & Qwen/Qwen2.5-1.5B
  • Architecture: Qwen / Llama Open Weights
  • License: Apache-2.0
Downloads last month
-
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

8-bit

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

Model tree for PocketWeights/PocketWeights-Qwen2.5-1.5B-Instruct