This commit is contained in:
root 2025-05-21 22:18:57 -07:00
parent 7aa6c80ddb
commit 7a12d88d6c

View File

@ -244,6 +244,7 @@ if [ $stage -le 14 ] && [ $stop_stage -ge 14 ]; then
# (alpacaeval_full wildvoice mmsu advbench bbh ifeval commoneval openbookqa sd-qa) # (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=("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=("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 NUM_CLIENT_JOBS=4 # Number of parallel client jobs
BASE_PORT=8000 # Base port for servers 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 # pip install gradio sherpa-onnx
log "stage 17: Server for adapter only speech continuation" 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_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 N_GPUS=4 # Define the number of GPUs/processes you want to launch