How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf sychonix/OlympicCoder-7B-Sychonix:Q6_K# Run inference directly in the terminal:
llama-cli -hf sychonix/OlympicCoder-7B-Sychonix:Q6_KUse pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf sychonix/OlympicCoder-7B-Sychonix:Q6_K# Run inference directly in the terminal:
./llama-cli -hf sychonix/OlympicCoder-7B-Sychonix:Q6_KBuild from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf sychonix/OlympicCoder-7B-Sychonix:Q6_K# Run inference directly in the terminal:
./build/bin/llama-cli -hf sychonix/OlympicCoder-7B-Sychonix:Q6_KUse Docker
docker model run hf.co/sychonix/OlympicCoder-7B-Sychonix:Q6_KQuick Links
π§ OlympicCoder 7B Q6
Optimized and quantized version of OlympicCoder 7B designed for algorithmic reasoning, competitive programming, and symbolic inference.
π Model Details
- Model Name: OlympicCoder 7B Q6
- Quantization: Q6_K
- Format: GGUF
- Size: 6.25 GB
- Architecture: LLaMA-style 7B
- Base Model: open-r1_OlympicCoder-7B-GGUF
π οΈ Use Cases
- βοΈ Competitive programming and Codeforces-style tasks
- π Symbolic reasoning and algorithmic inference
- π» Code generation and technical prompts
π How to Run (with llama.cpp)
./main -m open-r1_OlympicCoder-7B-Q6_K.gguf -p "Write a function that checks if a number is prime."
Other tools:
- LM Studio: Import
.ggufand chat directly - KoboldCpp / text-generation-webui: Load as GGUF model
π License
Apache 2.0 β free for commercial and research use.
- Downloads last month
- 9
Hardware compatibility
Log In to add your hardware
6-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support
Model tree for sychonix/OlympicCoder-7B-Sychonix
Base model
Qwen/Qwen2.5-7B Finetuned
Qwen/Qwen2.5-Coder-7B Finetuned
Qwen/Qwen2.5-Coder-7B-Instruct Finetuned
open-r1/OlympicCoder-7B Quantized
bartowski/open-r1_OlympicCoder-7B-GGUF
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf sychonix/OlympicCoder-7B-Sychonix:Q6_K# Run inference directly in the terminal: llama-cli -hf sychonix/OlympicCoder-7B-Sychonix:Q6_K