File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ case "$MODEL_NAME" in
179179 voxtral)
180180 RUNNER_ARGS=" $RUNNER_ARGS --tokenizer_path ${MODEL_DIR} /$TOKENIZER_FILE --audio_path ${MODEL_DIR} /$AUDIO_FILE --processor_path ${MODEL_DIR} /$PREPROCESSOR "
181181 ;;
182- whisper)
183- RUNNER_ARGS=" $RUNNER_ARGS --tokenizer_path ${MODEL_DIR} / --audio_path ${MODEL_DIR} /$AUDIO_FILE --processor_path ${MODEL_DIR} /$PREPROCESSOR --model_name ${WHISPER_MODEL_NAME } "
182+ whisper- * )
183+ RUNNER_ARGS=" $RUNNER_ARGS --tokenizer_path ${MODEL_DIR} / --audio_path ${MODEL_DIR} /$AUDIO_FILE --processor_path ${MODEL_DIR} /$PREPROCESSOR --model_name ${MODEL_NAME } "
184184 ;;
185185 gemma3)
186186 RUNNER_ARGS=" $RUNNER_ARGS --tokenizer_path ${MODEL_DIR} / --image_path $IMAGE_PATH "
You can’t perform that action at this time.
0 commit comments