AIC-MCIT commited on
Commit
49f9aba
·
verified ·
1 Parent(s): dc25272

Delete cloud_rsync.sh

Browse files
Files changed (1) hide show
  1. cloud_rsync.sh +0 -8
cloud_rsync.sh DELETED
@@ -1,8 +0,0 @@
1
- find . -type f > all_files.txt
2
- split -n l/2 all_files.txt part_
3
-
4
- # Run rsync for each part in background
5
- for f in part_*; do
6
- rsync -avzP -e "ssh -p 4545" --files-from=$f ./ root@localhost:/workspace/storage/mnt/k8s-disks/0/hagrass/Models/Qwen2.5-32B-Zeyad-Continue-IFT/ &
7
- done
8
- wait