[Docs] Restore the AIME25 label so GLM-5.3 FP8 and BF16 scores render again (#36950)

This commit is contained in:
Mohammad Miadh Angkad
2026-08-29 11:38:26 +08:00
committed by GitHub
parent 505228823f
commit 8a4c517a60
@@ -68,6 +68,14 @@ sgl-eval run gsm8k \\
aime26_pct:
`# To install sgl-eval: pip install git+https://github.com/sgl-project/sgl-eval
sgl-eval run aime26 \\
--model {{MODEL_NAME}} --api-key <api-key> \\
--n-repeats 16 --max-tokens 64000 \\
--temperature 1.0 --top-p 0.95 --thinking \\
--out-dir /sgl-workspace/logs \\
--base-url http://{{CURL_HOST}}:{{CURL_PORT}}/v1`,
aime25_pct:
`# To install sgl-eval: pip install git+https://github.com/sgl-project/sgl-eval
sgl-eval run aime25 \\
--model {{MODEL_NAME}} --api-key <api-key> \\
--n-repeats 16 --max-tokens 64000 \\
--temperature 1.0 --top-p 0.95 --thinking \\
@@ -79,6 +87,7 @@ sgl-eval run aime26 \\
accuracyLabels: [
["aime26_pct", "AIME26", "%"],
["aime25_pct", "AIME25", "%"],
["gsm8k_pct", "GSM8K (1-shot)", "%"],
],