Views
No views yet
olmo-f16.gguf1# Download the model
2huggingface-cli download sunkencity/olmo-blasphemer-f16-gguf olmo-f16.gguf
3
4# Run with llama.cpp
5./llama.cpp/main -m olmo-f16.gguf -p "Your prompt here"sunkencity/olmo-blasphemer-f16-gguf1from llama_cpp import Llama
2
3llm = Llama(model_path="olmo-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}
}