How to use from
llama.cpp
Install from brew
brew 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_K
Install 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_K
Use 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_K
Build 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_K
Use Docker
docker model run hf.co/sychonix/OlympicCoder-7B-Sychonix:Q6_K
Quick 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 .gguf and chat directly
  • KoboldCpp / text-generation-webui: Load as GGUF model

πŸ“„ License

Apache 2.0 β€” free for commercial and research use.


Downloads last month
9
GGUF
Model size
8B params
Architecture
qwen2
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