switch mls_english clone from https to ssh

This commit is contained in:
Kinan Martin 2025-05-21 10:25:47 +09:00
parent e6615df4eb
commit f3f04fa626

View File

@ -34,7 +34,7 @@ log "Starting MLS English data preparation"
if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
log "Stage 0: Download MLS English dataset" log "Stage 0: Download MLS English dataset"
if [ ! -d $dl_dir/mls_english ]; then if [ ! -d $dl_dir/mls_english ]; then
if ! git clone https://huggingface.co/datasets/parler-tts/mls_eng $dl_dir/mls_english; then if ! git clone git@hf.co:datasets/parler-tts/mls_eng $dl_dir/mls_english; then
log "Failed to download MLS English dataset" log "Failed to download MLS English dataset"
exit 1 exit 1
fi fi