We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b1039 commit f228808Copy full SHA for f228808
1 file changed
runners/launch_mi355x-amds.sh
@@ -180,7 +180,6 @@ else
180
export PORT_OFFSET=${RUNNER_NAME: -1}
181
export PORT=$(( 8888 + ${PORT_OFFSET} ))
182
FRAMEWORK_SUFFIX=$([[ "$FRAMEWORK" == "atom" ]] && printf '_atom' || printf '')
183
- SPEC_SUFFIX=$([[ "$SPEC_DECODING" == "mtp" ]] && printf '_mtp' || printf '')
184
case "$SPEC_DECODING" in
185
mtp) SPEC_SUFFIX='_mtp' ;;
186
eagle3_fp8) SPEC_SUFFIX='_eagle3_fp8' ;;
0 commit comments