#!/bin/bash question_file=/data1/speech/anhnmt2/Speech2Speech/half-streaming-speech-nlp/omni_speech/infer/examples/question.json answer_file=/data1/speech/anhnmt2/Speech2Speech/half-streaming-speech-nlp/omni_speech/infer/examples/answer.json model_path=/data1/speech/anhnmt2/Speech2Speech/half-streaming-speech-nlp/checkpoints/omni_whisper-medium_Qwen2.5-3B_pretrained-sft-fc_speech_decoder_fix_revised prompt_version=qwen python3 ../infer_llm.py \ --model-path $model_path \ --question-file $question_file \ --answer-file $answer_file \ --num-chunks 1 \ --chunk-idx 0 \ --temperature 0 \ --conv-mode $prompt_version \ --input_type mel \ --mel_size 80