Skip to content

Commit f228808

Browse files
authored
Update launch_mi355x-amds.sh
1 parent d7b1039 commit f228808

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

runners/launch_mi355x-amds.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ else
180180
export PORT_OFFSET=${RUNNER_NAME: -1}
181181
export PORT=$(( 8888 + ${PORT_OFFSET} ))
182182
FRAMEWORK_SUFFIX=$([[ "$FRAMEWORK" == "atom" ]] && printf '_atom' || printf '')
183-
SPEC_SUFFIX=$([[ "$SPEC_DECODING" == "mtp" ]] && printf '_mtp' || printf '')
184183
case "$SPEC_DECODING" in
185184
mtp) SPEC_SUFFIX='_mtp' ;;
186185
eagle3_fp8) SPEC_SUFFIX='_eagle3_fp8' ;;

0 commit comments

Comments
 (0)