2525// "--master_port=29500",
2626// "llava/train/train_mem.py",
2727// "--deepspeed", "scripts/zero3.json",
28- // "--model_name_or_path", "lmms-lab/llava-onevision-qwen2-0.5b -ov",
28+ // "--model_name_or_path", "lmms-lab/llava-onevision-qwen2-7b -ov",
2929// "--version", "qwen_1_5",
3030// "--data_path", "scripts/train/onevision.yaml",
3131// // "--image_folder", "/mediaPFM/data/haozhe/onevision/llava_data",
4343// "--image_grid_pinpoints", "(1x1),...,(6x6)",
4444// "--mm_patch_merge_type", "spatial_unpad",
4545// "--bf16", "True",
46- // "--run_name", "test ",
47- // "--output_dir", "experiments/test ",
46+ // "--run_name", "test1 ",
47+ // "--output_dir", "experiments/test1 ",
4848// "--num_train_epochs", "1",
4949// "--per_device_train_batch_size", "1",
5050// "--per_device_eval_batch_size", "4",
7777// }
7878
7979
80+ // {
81+ // // Use IntelliSense to learn about possible attributes.
82+ // // Hover to view descriptions of existing attributes.
83+ // // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
84+ // "version": "0.2.0",
85+ // "configurations": [
86+ // {
87+ // "name": "Python: Current File",
88+ // "type": "debugpy",
89+ // "request": "launch",
90+ // "program": "docs/LLaVA_OneVision_Tutorials.py",
91+ // "console": "integratedTerminal",
92+ // "env":{"CUDA_VISIBLE_DEVICES":"0",
93+ // "LD_PRELOAD": "/usr/lib/x86_64-linux-gnu/libffi.so.7"},
94+ // "justMyCode": false,
95+ // // "args": [
96+ // // "--run_dir_name", "test",
97+ // // // "--use_big_decoder"
98+ // // ]
99+ // }
100+ // ]
101+ // }
102+
80103{
81104 // Use IntelliSense to learn about possible attributes.
82105 // Hover to view descriptions of existing attributes.
87110 "name" : " Python: Current File" ,
88111 "type" : " debugpy" ,
89112 "request" : " launch" ,
90- "program" : " docs/LLaVA_OneVision_Tutorials .py" ,
113+ "program" : " action/dataset .py" ,
91114 "console" : " integratedTerminal" ,
92- "env" :{"CUDA_VISIBLE_DEVICES" :" 0" ,
93- "LD_PRELOAD" : " /usr/lib/x86_64-linux-gnu/libffi.so.7" },
115+ "env" :{"CUDA_VISIBLE_DEVICES" :" 0" },
94116 "justMyCode" : false ,
95- // "args": [
96- // "--run_dir_name", "test",
97- // // "--use_big_decoder"
98- // ]
117+ "args" : [
118+ " --root" , " /mnt/SV_storage/VFM/EK100/EK100_320p_15sec_30fps_libx264" ,
119+ " --train-metadata" , " /mnt/SV_storage/VFM/EK100/epic-kitchens-100-annotations/EPIC_100_train.csv" ,
120+ " --val-metadata" , " /mnt/SV_storage/VFM/EK100/epic-kitchens-100-annotations/EPIC_100_validation.csv" ,
121+ // "--use_big_decoder"
122+ ]
99123 }
100124 ]
101125}
0 commit comments