Views
No views yet
Ministral-3-14B-AviationQA-SFT-f16.gguf1# Download the model
2huggingface-cli download sunkencity/Ministral-3-14B-AviationQA-SFT-f16-GGUF Ministral-3-14B-AviationQA-SFT-f16.gguf
3
4# Run with llama.cpp
5./llama.cpp/main -m Ministral-3-14B-AviationQA-SFT-f16.gguf -p "Your prompt here"sunkencity/Ministral-3-14B-AviationQA-SFT-f16-GGUF1from llama_cpp import Llama
2
3llm = Llama(model_path="Ministral-3-14B-AviationQA-SFT-f16.gguf")
4output = llm("Your prompt here", max_tokens=100)
5print(output['choices'][0]['text'])@software{blasphemer2025,
author = {Bradford, Christopher},
title = {Blasphemer: Advanced Model Modification Toolkit},
year = {2025},
url = {https://github.com/sunkencity999/blasphemer}
}