forked from haotian-liu/LLaVA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsendjob_llava_train_4a100_5.sh
44 lines (31 loc) · 1.58 KB
/
sendjob_llava_train_4a100_5.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!/bin/bash
#SBATCH -J "Llava_SigLIP" # isin adi
#SBATCH -A sdmmtv # account / proje adi
#SBATCH -p a100x4q # kuyruk (partition/queue) adi
#SBATCH -n 64 # cekirdek / islemci sayisi
#SBATCH -N 1 # bilgisayar sayisi
#SBATCH --gres=gpu:4 # ilave kaynak (1 gpu gerekli)
# CUDA module'u yukleyelim
# module load cuda/cuda-11.7-a100q
#Programiniz birden cok GPU kullanacak sekilde yazilmis olmalidir.
#calisacak gpu isi
#/ari/users/azeer/llava++/LLaVA-pp/LLaVA/LLaMA3-V_pretrain.sh
#$HOME/test.sh
# ./playground/data/LLaVA-Pretrain/chat.json
# sh ./scripts/v1_5/pretrain_moe_cosmosllama.sh
# sh ./scripts/v1_5/finetune_moe_cosmosllama_overfit.sh
# sh ./scripts/v1_5/finetune_moe_vicuna.sh
# sh ./scripts/v1_5/pretrain_cosmosllama_siglip.sh
# sh ./scripts/v1_5/finetune_moe_cosmosllama.sh
# sh ./scripts/v1_5/finetune_cosmosllama_siglip.sh
# sh ./scripts/v1_5/pretrain_moe_cosmosllama_eval_test.sh
# sh ./scripts/v1_5/pretrain_cosmosllama_siglip_eval_test.sh
# sh ./scripts/v1_5/hypr/finetune_moe_cosmosllama_lr1e-8.sh
# sh ./scripts/v1_5/hypr/finetune_moe_cosmosllama_ga-16.sh
# sh ./scripts/v1_5/hypr/finetune_moe_cosmosllama_lr1e-8_ga-16.sh
# sh ./scripts/v1_5/hypr/siglip/finetune-1-default.sh
# sh ./scripts/v1_5/overfit-encoders/overfit-clip.sh
# sh ./scripts/v1_5/overfit-encoders/overfit-clip-2.sh
# sh ./scripts/v1_5/overfit-encoders/overfit-moe.sh
# sh ./scripts/v1_5/overfit-encoders/overfit-siglip.sh
sh ./scripts/v1_5/finetune_cosmosllama_internVit.sh