GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

NANI-Nithin/Shieldstral-1.0-3B-GGUF overview

Shieldstral 1.0 3B GGUF GGUF conversions and quantizations of mistralai/Shieldstral 1.0 3B for use with: llama.cpp LM Studio Ollama KoboldCpp Jan Text Generati…

ggufllama.cppshieldstralmistralquantizedtext-generationenbase_model:mistralai/Shieldstral-1.0-3Bbase_model:quantized:mistralai/Shieldstral-1.0-3Blicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~2.00 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation

Repository Files & Downloads

5 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Shieldstral-1.0-3B-F16.ggufGGUFF166.39 GBDownload
Shieldstral-1.0-3B-Q4_K_M.ggufGGUFQ4_K_M2.00 GBDownload
Shieldstral-1.0-3B-Q5_K_M.ggufGGUFQ5_K_M2.30 GBDownload
Shieldstral-1.0-3B-Q6_K.ggufGGUFQ6_K2.63 GBDownload
Shieldstral-1.0-3B-Q8_0.ggufGGUFQ8_03.40 GBDownload

Model Details

Model IDNANI-Nithin/Shieldstral-1.0-3B-GGUF
AuthorNANI-Nithin
Pipelinetext-generation
Licenseapache-2.0
Base modelmistralai/Shieldstral-1.0-3B
Last modified2026-08-05T08:33:38.000Z

Model README

---

license: apache-2.0

base_model: mistralai/Shieldstral-1.0-3B

tags:

- gguf

- llama.cpp

- shieldstral

- mistral

- quantized

pipeline_tag: text-generation

language:

- en

---

Shieldstral-1.0-3B-GGUF

GGUF conversions and quantizations of mistralai/Shieldstral-1.0-3B for use with:

  • llama.cpp
  • LM Studio
  • Ollama
  • KoboldCpp
  • Jan
  • Text Generation WebUI
  • Other GGUF-compatible runtimes

---

Available Files

Full Precision

  • Shieldstral-1.0-3B-F16.gguf

Quantized Versions

  • Shieldstral-1.0-3B-Q4_K_M.gguf
  • Shieldstral-1.0-3B-Q5_K_M.gguf
  • Shieldstral-1.0-3B-Q6_K.gguf
  • Shieldstral-1.0-3B-Q8_0.gguf

---

Recommended Quant

For most users:

Shieldstral-1.0-3B-Q4_K_M.gguf

Provides the best balance between:

  • Quality
  • Memory usage
  • Inference speed

---

File Sizes

Approximate sizes:

F16      ~6.9 GB
Q4_K_M   ~2.2 GB
Q5_K_M   ~2.5 GB
Q6_K     ~2.8 GB
Q8_0     ~3.5 GB

---

llama.cpp

Example:

./llama-cli \
  -m Shieldstral-1.0-3B-Q4_K_M.gguf \
  -p "Hello"

Chat mode:

./llama-cli \
  -m Shieldstral-1.0-3B-Q4_K_M.gguf \
  -cnv

---

LM Studio

  1. Download your preferred GGUF file.
  2. Open LM Studio.
  3. Import the model.
  4. Start chatting.

---

Ollama

Create a file named Modelfile:

FROM Shieldstral-1.0-3B-Q4_K_M.gguf

Then run:

ollama create shieldstral -f Modelfile
ollama run shieldstral

---

Base Model

Base model:

mistralai/Shieldstral-1.0-3B

All model architecture, training, licensing, benchmarks, and usage rights belong to Mistral AI.

Please refer to the original model repository for official documentation.

---

Conversion Notes

The model was converted to GGUF using:

llama.cpp

A tokenizer compatibility patch was applied during conversion to ensure successful GGUF export.

---

Credits

  • Base Model: Mistral AI
  • GGUF Conversion & Quantization: NANI-Nithin
  • Tooling: llama.cpp

Run NANI-Nithin/Shieldstral-1.0-3B-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models