From 1edcf21da0183cb1c2013bbb52a180ad1bede3a6 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Jul 2024 07:12:49 +0000 Subject: [PATCH] fix typo --- egs/speech_llm/ASR_LLM/RESULTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/speech_llm/ASR_LLM/RESULTS.md b/egs/speech_llm/ASR_LLM/RESULTS.md index 707379dce..830c70397 100644 --- a/egs/speech_llm/ASR_LLM/RESULTS.md +++ b/egs/speech_llm/ASR_LLM/RESULTS.md @@ -57,7 +57,7 @@ torchrun --nproc_per_node 8 ./whisper_llm_zh/train.py \ --use-flash-attn True \ --use-lora False --unfreeze-llm False -# Then we joinlty train the projector and LLM LoRA modules. +# Then we jointly train the projector and LLM LoRA modules. torchrun --nproc_per_node 8 ./whisper_llm_zh/train.py \ --max-duration 200 \ --exp-dir ./whisper_llm_zh/exp_test \