Skip to content

Commit 4699ab8

Browse files
[on june 22, 2026, current gptoss submiters were given notice that it will be deprepcated on july 6th, and were given an chance for comment period and everyone reacted notice] Deprecate gpt-oss-120b benchmark configs / 弃用 gpt-oss-120b 基准测试配置 (#2101)
Following the MiniMax M2.5/M2.7 deprecation pattern (#1874): all 10 gptoss config entries removed from the active master configs and archived under configs/deprecated/{nvidia,amd}-gptoss-master.yaml; the 9 single-node scripts and the gb200 dynamo-trt multi-node script moved into deprecated/ subdirectories. Unlike #1874, the moved scripts' benchmark_lib.sh source paths are corrected for the extra directory level (the #1860 bug class). 中文:按 MiniMax M2.5/M2.7 弃用模式(#1874)弃用 gpt-oss-120b 基准 测试配置 - 10 个配置条目从活动 master 配置中移除并归档至 configs/deprecated/,全部脚本移入 deprecated/ 子目录;与 #1874 不同, 本次已同步修正移动脚本中 benchmark_lib.sh 的相对引用路径。 Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 17046f4 commit 4699ab8

14 files changed

Lines changed: 523 additions & 550 deletions

benchmarks/multi_node/gptoss_fp4_gb200_dynamo-trt.sh renamed to benchmarks/multi_node/deprecated/gptoss_fp4_gb200_dynamo-trt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -x
44

5-
source "$(dirname "$0")/../benchmark_lib.sh"
5+
source "$(dirname "$0")/../../benchmark_lib.sh"
66

77
check_env_vars \
88
CONC_LIST \

benchmarks/single_node/fixed_seq_len/gptoss_fp4_b200.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/gptoss_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/gptoss_fp4_b200_trt.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/gptoss_fp4_b200_trt.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

33
# Source benchmark utilities early
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/gptoss_fp4_h100.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/gptoss_fp4_h100.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/gptoss_fp4_h200.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/gptoss_fp4_h200.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/gptoss_fp4_h200_trt.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/gptoss_fp4_h200_trt.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/gptoss_fp4_mi300x.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/gptoss_fp4_mi300x.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/gptoss_fp4_mi325x.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/gptoss_fp4_mi325x.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/gptoss_fp4_mi355x.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/gptoss_fp4_mi355x.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/gptoss_fp4_mi355x_atom.sh renamed to benchmarks/single_node/fixed_seq_len/deprecated/gptoss_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 \

0 commit comments

Comments
 (0)