From 7a12d88d6c35ab9994fbf937ecd19d86b38403b5 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 May 2025 22:18:57 -0700 Subject: [PATCH] update --- egs/speech_llm/SPEECH2SPEECH/prepare.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/egs/speech_llm/SPEECH2SPEECH/prepare.sh b/egs/speech_llm/SPEECH2SPEECH/prepare.sh index 98c6ced9b..74176fdf2 100644 --- a/egs/speech_llm/SPEECH2SPEECH/prepare.sh +++ b/egs/speech_llm/SPEECH2SPEECH/prepare.sh @@ -244,6 +244,7 @@ if [ $stage -le 14 ] && [ $stop_stage -ge 14 ]; then # (alpacaeval_full wildvoice mmsu advbench bbh ifeval commoneval openbookqa sd-qa) declare -a target_datasets=("alpacaeval_full" "wildvoice" "ifeval" "commoneval" "openbookqa" "sd-qa" "advbench" "bbh" "mmsu") declare -a target_datasets=("openbookqa" "ifeval" "sd-qa" "commoneval" "alpacaeval_full") + declare -a target_datasets=("alpacaeval_full" "wildvoice" "advbench" "bbh" "mmsu") NUM_CLIENT_JOBS=4 # Number of parallel client jobs BASE_PORT=8000 # Base port for servers @@ -364,6 +365,7 @@ if [ $stage -le 17 ] && [ $stop_stage -ge 17 ]; then # pip install gradio sherpa-onnx log "stage 17: Server for adapter only speech continuation" exp_dir=./qwen_omni/exp_speech2text_first_libri_continuation_second_ce + # exp_dir=./qwen_omni/exp_speech2text_first_asr_second_ce N_GPUS=4 # Define the number of GPUs/processes you want to launch