CoolFace
Modelpublic

John1604/DeepSeek-R1-Distill-Qwen-32B-gguf

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
3likes408downloads
Model Card

Deepseek-r1 32B

This is distilled Deepseek-r1. Make sure you have enough ram/gpu to run. On the right of model card, you may see the size of each quantized models.

Use the model in ollama

First download and install ollama.

https://ollama.com/download

Command

in windows command line, or in terminal in ubuntu, type:

ollama run hf.co/John1604/DeepSeek-R1-Distill-Qwen-32B-gguf:q3km

(q3km is the model quant type, q5ks, q4km, ..., can also be used)

C:\Users\developer>ollama run hf.co/John1604/DeepSeek-R1-Distill-Qwen-32B-gguf:q3_k_m
pulling manifest
...
verifying sha256 digest
writing manifest
success

>>> Send a message (/? for help)

Use the model in LM Studio

download and install LM Studio

https://lmstudio.ai/

Discover models

In the LM Studio, click "Discover" icon. "Mission Control" popup window will be displayed.

In the "Mission Control" search bar, type "John1604/DeepSeek-R1-Distill-Qwen-32B-gguf" and check "GGUF", the model should be found.

Download the model.

you may choose the quantized type in the download window.

Load the model.

Load the model to the LM Studio.

Ask questions.

quantized models

TypeBitsQualityDescription
Q2_K2-bit🟥 LowMinimal footprint; only for tests
Q3_K_S3-bit🟧 Low“Small” variant (less accurate)
Q3_K_M3-bit🟧 Low–Med“Medium” variant
Q4_K_S4-bit🟨 MedSmall, faster, slightly less quality
Q4_K_M4-bit🟩 Med–High“Medium” — best 4-bit balance
Q5_K_S5-bit🟩 HighSlightly smaller than Q5KM
Q5_K_M5-bit🟩🟩 HighExcellent general-purpose quant
Q6_K6-bit🟩🟩🟩 Very HighAlmost FP16 quality, larger size
Q8_08-bit🟩🟩🟩🟩Near-lossless baseline