caal-ministral
53
—
by
CoreWorxLab
Language Model
OTHER
8B params
New
53 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
18GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
8GB+ RAM
Code Examples
Resultsbash
# Download model
huggingface-cli download CoreWorxLab/caal-ministral \
caal-ministral.gguf \
--local-dir .
# Create Modelfile
cat > Modelfile << 'MODELFILE'
FROM ./caal-ministral.gguf
PARSER ministral
PARAMETER temperature 0.1
PARAMETER num_ctx 4096
SYSTEM """You are CAAL, a witty, action-oriented voice assistant."""
MODELFILE
# Import to Ollama
ollama create caal-ministral -f Modelfile
# Test
ollama run caal-ministralQuantization Pathtext
Training: 4-bit bnb (fits 12GB VRAM)
↓
Export: LoRA → GGUF
↓
Merge: Q4_K_M base + LoRA → F16
↓
Quantize: F16 → Q4_K_M (single clean quantization)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.