From c6e7344cc91e0c34571f6093d0836556937f8ab8 Mon Sep 17 00:00:00 2001 From: Yuekai Zhang Date: Fri, 14 Jun 2024 12:00:28 +0800 Subject: [PATCH] remove run.sh --- egs/speech_llm/ASR_LLM/run.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 egs/speech_llm/ASR_LLM/run.sh diff --git a/egs/speech_llm/ASR_LLM/run.sh b/egs/speech_llm/ASR_LLM/run.sh deleted file mode 100755 index b73fda468b..0000000000 --- a/egs/speech_llm/ASR_LLM/run.sh +++ /dev/null @@ -1,16 +0,0 @@ - -export PYTHONPATH=$PYTHONPATH:/workspace/asr/icefall -#pip install k2==1.24.3.dev20230524+cuda11.8.torch2.0.1 -f https://k2-fsa.github.io/k2/cuda.html -#pip install -r whisper_llm_zh/requirements.txt -#export CUDA_VISIBLE_DEVICES=0,1 - -whisper_path=/workspace/asr/icefall_asr_multi-hans-zh_whisper/v1.1/whisper-large-v2-multi-hans-zh-epoch-3-avg-10.pt -llm_path=/workspace/asr/Qwen1.5-7B-Chat -torchrun --nproc_per_node 8 ./whisper_llm_zh/train.py \ - --max-duration 100 \ - --exp-dir ./whisper_llm_zh/exp_qwen_7b \ - --speech-encoder-path-or-name $whisper_path \ - --llm-path-or-name $llm_path \ - --manifest-dir data/fbank \ - --deepspeed \ - --deepspeed_config ./whisper_llm_zh/ds_config_zero1.json \ No newline at end of file