Hi, could you please upload the adapter?
--agent ${REPO_ROOT_PATH}/inference/agents/agent_vad.py \
--source-segment-size 100 \
--source ${REPO_ROOT_PATH}/src.txt \
--target ${REPO_ROOT_PATH}/tgt.txt\
--step-length $step_length \
--whisper-model large-v2 \
--translation-model google/gemma-3-12b-it \
--output $output_dir \
--device cuda \
--translation-language de \
--translation-la-policy $translation_la_policy \
--transcript-context $transcript_context \
--translation-max-num-chunk $translation_max_num_chunk \
--voice-threshold $voice_threshold \
--max-unvoiced-length $max_unvoiced_length \
--computation-aware \
--adapter-path ${ADAPTER_PATH} # 👈 HERE 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
And also provide some sensible values for translation_la_policy, transcript_context, translation_max_num_chunk, voice_threshold etc. for people to have an easy time getting started. Thanks!