first
Browse files
run.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
deepspeed run_speech_recognition_seq2seq_streaming.py \
|
2 |
--deepspeed="ds_config.json" \
|
3 |
--model_name_or_path="openai/whisper-small" \
|
4 |
--dataset_name="NbAiLab/NCC_S" \
|
|
|
1 |
+
deepspeed --master_port 29501 run_speech_recognition_seq2seq_streaming.py \
|
2 |
--deepspeed="ds_config.json" \
|
3 |
--model_name_or_path="openai/whisper-small" \
|
4 |
--dataset_name="NbAiLab/NCC_S" \
|