From 5baa79e0836f8270213fffe94c8c5d2f5056f182 Mon Sep 17 00:00:00 2001 From: wql Date: Thu, 24 Oct 2024 10:51:37 +0800 Subject: [PATCH] chore: add print run name --- run_once.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_once.sh b/run_once.sh index 10817108..35a76758 100644 --- a/run_once.sh +++ b/run_once.sh @@ -69,4 +69,5 @@ if [ $train_status -ne 0 ]; then fi 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} \ No newline at end of file