Views
No views yet
1# Download and run
2ollama run Hob-forge/gpt-oss-20b-Q2_K-GGUF1# With GPU offload (adjust layers based on your VRAM)
2./llama-cli -m gpt-oss-20b-Q2_K.gguf -ngl 28 -c 4096| Property | Value |
|---|---|
| Parameters | 20.9B |
| Quantization | Q2_K |
| File Size | ~11GB |
| Context Length | 131,072 (use 4096-8192 for speed) |
| Architecture | GPT-OSS (MoE) |
num_gpu: 28 # Layers on GPU (adjust for your VRAM)
num_ctx: 4096 # Context window (increase if needed)
temperature: 0.5 # Good balance for most tasksnum_gpu: 28 leaves room for context. Reduce if you need larger context windows.