Skip to content

Commit

Permalink
Merge pull request espnet#5504 from tjysdsg/fix_s2st_hf_upload
Browse files Browse the repository at this point in the history
Fix s2st HF model uploading
  • Loading branch information
sw005320 authored Oct 27, 2023
2 parents c002f05 + 99db32b commit b1335e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions egs2/TEMPLATE/s2st1/s2st.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,8 @@ if ! "${skip_upload_hf}"; then
espnet_task=S2ST
# shellcheck disable=SC2034
task_exp=${s2st_exp}
# shellcheck disable=SC2034
lang="${tgt_lang}"
eval "echo \"$(cat scripts/utils/TEMPLATE_HF_Readme.md)\"" > "${dir_repo}"/README.md

this_folder=${PWD}
Expand Down

0 comments on commit b1335e7

Please sign in to comment.