chore: add print run name

This commit is contained in:
wql 2024-10-24 10:51:37 +08:00
parent a200b7628f
commit 5baa79e083
1 changed files with 1 additions and 0 deletions

View File

@ -69,4 +69,5 @@ if [ $train_status -ne 0 ]; then
fi fi
python3 -c "import moxing as mox; mox.file.copy_parallel('${output_dir}', 'obs://xty/results/${run_name}')" python3 -c "import moxing as mox; mox.file.copy_parallel('${output_dir}', 'obs://xty/results/${run_name}')"
echo "${run_name} uploaded"
rm -r ${output_dir} rm -r ${output_dir}