| question_file=../examples/question_multiturn.json | |
| answer_file=../examples/answer_multiturn.json | |
| model_path=/data1/speech/anhnmt2/Speech2Speech/half-streaming-speech-nlp/checkpoints/omni_whisper-medium_Qwen2.5-3B_pretrained-sft-fc | |
| prompt_version=qwen | |
| python3 ../infer_llm_multiturn.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 |