forked from jiuyuan/CPM-9G-8B
16 lines
995 B
Bash
16 lines
995 B
Bash
export CUDA_VISIBLE_DEVICES=1,2,3,4,5,6
|
|
bash 9g_lora_1.sh | tee /results/screen_log/9g_lora_1_log.txt
|
|
bash 9g_lora_1_step500.sh | tee /results/screen_log/9g_lora_1_step500_log.txt
|
|
bash 9g_lora_2.sh | tee /results/screen_log/9g_lora_2_log.txt
|
|
bash 9g_lora_2_step500.sh | tee /results/screen_log/9g_lora_2_step500_log.txt
|
|
bash 9g_lora_3.sh | tee /results/screen_log/9g_lora_3_log.txt
|
|
bash 9g_lora_3_step500.sh | tee /results/screen_log/9g_lora_3_step500_log.txt
|
|
|
|
export CUDA_VISIBLE_DEVICES=6
|
|
|
|
bash 9g_lora_1_single.sh | tee /results/screen_log/9g_lora_1_single_log.txt
|
|
bash 9g_lora_1_step500_single.sh | tee /results/screen_log/9g_lora_1_step500_single_log.txt
|
|
bash 9g_lora_2_single.sh | tee /results/screen_log/9g_lora_2_single_log.txt
|
|
bash 9g_lora_2_step500_single.sh | tee /results/screen_log/9g_lora_2_step500_single_log.txt
|
|
bash 9g_lora_3_single.sh | tee /results/screen_log/9g_lora_3_single_log.txt
|
|
bash 9g_lora_3_step500_single.sh | tee /results/screen_log/9g_lora_3_step500_single_log.txt |