Skip to content

Commit a5bfbe8

Browse files
chore: deprecate GLM-5 / GLM-5.1 benchmark configs (#2276)
Following the MiniMax M2.5/M2.7 (#1874) and gpt-oss-120b (#2101) deprecation pattern: all 31 glm5/glm5.1 config entries (23 nvidia, 8 amd) removed from the active master configs and archived verbatim under configs/deprecated/{nvidia,amd}-glm5-glm5.1-master.yaml; the 17 single-node scripts and the mi355x sglang-disagg multi-node script moved into deprecated/ subdirectories with benchmark_lib.sh source paths corrected for the extra directory level (the #1860 bug class, matching #2101). Launchers, srt-slurm recipe trees, eval thresholds, and perf-changelog history are left untouched, matching both precedents. GLM-5.2 (glm52 speedbench collector, open agentic PRs) is out of scope. 中文:按 MiniMax M2.5/M2.7(#1874)与 gpt-oss-120b(#2101)弃用模式 弃用 GLM-5 / GLM-5.1 基准测试配置——31 个配置条目从活动 master 配置 移除并原样归档至 configs/deprecated/,18 个脚本移入 deprecated/ 子目 录且已修正 benchmark_lib.sh 相对路径;launcher、srt-slurm 配方、评估 阈值与 perf-changelog 历史保持不变,GLM-5.2 不在本次范围内。 Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 68e502a commit a5bfbe8

22 files changed

Lines changed: 5024 additions & 4982 deletions

benchmarks/multi_node/glm5_fp8_mi355x_sglang-disagg.sh renamed to benchmarks/multi_node/deprecated/glm5_fp8_mi355x_sglang-disagg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
source "$(dirname "$0")/../benchmark_lib.sh"
3+
source "$(dirname "$0")/../../benchmark_lib.sh"
44

55
check_env_vars \
66
CONC_LIST \

benchmarks/single_node/fixed_seq_len/glm5.1_fp4_mi355x.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/glm5.1_fp4_mi355x.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -x
33

4-
source "$(dirname "$0")/../../benchmark_lib.sh"
4+
source "$(dirname "$0")/../../../benchmark_lib.sh"
55

66
check_env_vars \
77
MODEL \

benchmarks/single_node/fixed_seq_len/glm5.1_fp4_mi355x_atom.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/glm5.1_fp4_mi355x_atom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
source "$(dirname "$0")/../../benchmark_lib.sh"
3+
source "$(dirname "$0")/../../../benchmark_lib.sh"
44

55
check_env_vars \
66
MODEL \

benchmarks/single_node/fixed_seq_len/glm5_fp4_b200.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/glm5_fp4_b200.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
source "$(dirname "$0")/../../benchmark_lib.sh"
3+
source "$(dirname "$0")/../../../benchmark_lib.sh"
44

55
check_env_vars \
66
MODEL \

benchmarks/single_node/fixed_seq_len/glm5_fp4_b200_mtp.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/glm5_fp4_b200_mtp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
source "$(dirname "$0")/../../benchmark_lib.sh"
3+
source "$(dirname "$0")/../../../benchmark_lib.sh"
44

55
check_env_vars \
66
MODEL \

benchmarks/single_node/fixed_seq_len/glm5_fp4_b300.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/glm5_fp4_b300.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# does not have a B300-specific recipe, so this script reuses the existing
55
# GLM-5 FP4 B200 SGLang recipe as-is until B300-specific tuning is available.
66

7-
source "$(dirname "$0")/../../benchmark_lib.sh"
7+
source "$(dirname "$0")/../../../benchmark_lib.sh"
88

99
check_env_vars \
1010
MODEL \

benchmarks/single_node/fixed_seq_len/glm5_fp4_b300_mtp.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/glm5_fp4_b300_mtp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# does not have a B300-specific recipe, so this script reuses the existing
55
# GLM5 FP8 B200 SGLang recipe as-is until B300-specific tuning is available.
66

7-
source "$(dirname "$0")/../../benchmark_lib.sh"
7+
source "$(dirname "$0")/../../../benchmark_lib.sh"
88

99
check_env_vars \
1010
MODEL \

benchmarks/single_node/fixed_seq_len/glm5_fp8_b200.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/glm5_fp8_b200.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
source "$(dirname "$0")/../../benchmark_lib.sh"
3+
source "$(dirname "$0")/../../../benchmark_lib.sh"
44

55
check_env_vars \
66
MODEL \

benchmarks/single_node/fixed_seq_len/glm5_fp8_b200_mtp.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/glm5_fp8_b200_mtp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
source "$(dirname "$0")/../../benchmark_lib.sh"
3+
source "$(dirname "$0")/../../../benchmark_lib.sh"
44

55
check_env_vars \
66
MODEL \

benchmarks/single_node/fixed_seq_len/glm5_fp8_b300.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/glm5_fp8_b300.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# does not have a B300-specific recipe, so this script reuses the existing
55
# GLM5 FP8 B200 SGLang recipe as-is until B300-specific tuning is available.
66

7-
source "$(dirname "$0")/../../benchmark_lib.sh"
7+
source "$(dirname "$0")/../../../benchmark_lib.sh"
88

99
check_env_vars \
1010
MODEL \

0 commit comments

Comments
 (0)