How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for pehlicd/crd-wizard to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for pehlicd/crd-wizard to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for pehlicd/crd-wizard to start chatting
Quick Links

CRD Wizard - Kubernetes CRD Generator (GGUF)

This is a fine-tuned version of Qwen2.5-Coder-7B-Instruct, optimized for generating Kubernetes Custom Resource Definitions (CRDs) and their corresponding valid YAML manifests.

It was trained to understand CRD Schemas (openAPIV3Schema) and produce production-ready YAML examples.

Model Details

  • Base Model: Qwen/Qwen2.5-Coder-7B-Instruct
  • Format: GGUF (Q4_K_M Quantization)
  • Size: ~4.7 GB
  • Context Window: Optimized for 8192 tokens (8k).

Usage with Ollama

  1. Download the crd-wizard.gguf and Modelfile.
  2. Import into Ollama:
    ollama create crd-wizard -f Modelfile
    
  3. Run:
    ollama run crd-wizard "Create a PostgresDB resource for the database.my.org/v1 API"
    

IMPORTANT: Context Window

This model is optimized for an 8k context window. If you use the default 32k window of Qwen, it significantly increases memory usage (RAM) and can cause extreme slowness on consumer hardware (e.g., Apple Silicon M1/M2).

The included Modelfile enforces this limit:

PARAMETER num_ctx 8192
Downloads last month
2
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Model tree for pehlicd/crd-wizard

Base model

Qwen/Qwen2.5-7B
Quantized
(192)
this model