Skip to content

Commit ec2d464

Browse files
seungrokjclaude
andcommitted
[AMD] swap SPEC_ARGS between fp4 atom and atom-mtp scripts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 266c375 commit ec2d464

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/single_node/fixed_seq_len/minimaxm3_fp4_mi355x_atom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ "$DP_ATTENTION" = "true" ]; then
3030
fi
3131
fi
3232

33-
SPEC_ARGS=(--method eagle3 --draft-model Inferact/MiniMax-M3-EAGLE3 --num-speculative-tokens 3 )
33+
SPEC_ARGS=()
3434

3535
# Start GPU monitoring (power, temperature, clocks every second)
3636
start_gpu_monitor

benchmarks/single_node/fixed_seq_len/minimaxm3_fp4_mi355x_atom_mtp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ "$DP_ATTENTION" = "true" ]; then
3030
fi
3131
fi
3232

33-
SPEC_ARGS=()
33+
SPEC_ARGS=(--method eagle3 --draft-model Inferact/MiniMax-M3-EAGLE3 --num-speculative-tokens 3 )
3434

3535
# Start GPU monitoring (power, temperature, clocks every second)
3636
start_gpu_monitor

0 commit comments

Comments
 (0)