Views
No views yet
convert-hf-to-gguf.py script from llama.cpp, making it compatible with optimized inference frameworks like Ollama.llama.cppllama.cpp:1# Download the model
2wget https://huggingface.co/Azzedde/llama3.1-8b-reasoning-grpo-gguf/resolve/main/model.gguf
3
4# Run with llama.cpp
5./main -m model.gguf -p "Solve the following logical problem: If all A are B, and some B are C, does it follow that some A are C?"ollama run hf.co/Azzedde/llama3.1-8b-reasoning-grpo-ggufollama run hf.co/Azzedde/llama3.1-8b-reasoning-grpo-gguf:Q8_0@article{llama3.1-8b-reasoning-grpo-gguf,
author = {Azzedde},
title = {Llama3.1-8B-Reasoning-GRPO-GGUF: A Logical Reasoning LLM in GGUF Format},
year = {2025},
url = {https://huggingface.co/Azzedde/llama3.1-8b-reasoning-grpo-gguf}
}