Views
No views yet
| Benchmark | GLM-4.7-Flash | Qwen3-30B-A3B-Thinking-2507 | GPT-OSS-20B |
|---|---|---|---|
| AIME 25 | 91.6 | 85.0 | 91.7 |
| GPQA | 75.2 | 73.4 | 71.5 |
| LCB v6 | 64.0 | 66.0 | 61.0 |
| HLE | 14.4 | 9.8 | 10.9 |
| SWE-bench Verified | 59.2 | 22.0 | 34.0 |
| τ²-Bench | 79.5 | 49.0 | 47.7 |
| BrowseComp | 42.8 | 2.29 | 28.3 |
1.0 (Standard) or 0.7 (For stricter adherence)0.95-c (Adjust based on available RAM).1./llama-cli -m GLM-4.7-Flash.Q4_K_M.gguf \
2 -c 8192 \
3 --temp 1.0 \
4 --top-p 0.95 \
5 -p "User: Write a Python script to calculate Fibonacci numbers.\nAssistant:" \
6 -cnv1./llama-server -m GLM-4.7-Flash.Q4_K_M.gguf \
2 --port 8080 \
3 --host 0.0.0.0 \
4 -c 16384 \
5 -ngl 99