Views
No views yet
1# Download model
2huggingface-cli download Manoghn/voicecraft-mistral-7b-gguf --local-dir ./voicecraft
3
4# Quantize to smaller size (recommended)
5cd voicecraft
6llama.cpp/quantize voicecraft-f16.gguf voicecraft-q4_k_m.gguf q4_k_m
7
8# Import to Ollama
9ollama create voicecraft -f Modelfile
10
11# Run
12ollama run voicecraft "Generate a LinkedIn post about AI trends"| File | Size | Description | Use Case |
|---|---|---|---|
voicecraft-f16.gguf | ~14GB | Full 16-bit precision | Highest quality, quantize locally |
Modelfile | - | Ollama configuration | Pre-configured parameters |
1# 4-bit (smallest, recommended for most users)
2llama.cpp/quantize voicecraft-f16.gguf voicecraft-q4_k_m.gguf q4_k_m
3
4# 5-bit (balanced quality/size)
5llama.cpp/quantize voicecraft-f16.gguf voicecraft-q5_k_m.gguf q5_k_m
6
7# 8-bit (higher quality)
8llama.cpp/quantize voicecraft-f16.gguf voicecraft-q8_0.gguf q8_01ollama run voicecraft
2
3>>> Post Type: Personal Insight
4>>> Topic: Overcoming failure
5>>> Style: Authentic and vulnerable
6>>> Generate a LinkedIn post