Views
No views yet
<thinking> tags1# Download the model
2huggingface-cli download Supra-Nexus/supra-nexus-o1-thinking-gguf --local-dir ./models
3
4# Run inference
5./llama-cli -m ./models/supra-nexus-o1-thinking.gguf -p "Your prompt here"F16 - Full 16-bit precision (largest, most accurate)Q8_0 - 8-bit quantization (good balance)Q5_K_M - 5-bit quantization (recommended)Q4_K_M - 4-bit quantization (smallest)1@software{supra_nexus_o1_2025,
2 title = {Supra Nexus O1: Advanced Reasoning Models},
3 author = {Supra Foundation},
4 year = {2025},
5 url = {https://github.com/Supra-Nexus/o1}
6}