Chengpengaaa commited on
Commit
d6bec81
·
verified ·
1 Parent(s): 36d913d

Upload folder using huggingface_hub

Browse files
internvl-eep0108/checkpoints/steps_5000_pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da808ea81aa88e03cdd6919412723e643c5ff6dde6b1ab5b0047b6f19510d3f7
3
+ size 2620087086
internvl-eep0108/config.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "internvlAdapter-0108-eep",
3
+ "run_root_dir": "/data/LumosVLA/LumosVLA/results",
4
+ "seed": 42,
5
+ "trackers": [
6
+ "jsonl",
7
+ "wandb"
8
+ ],
9
+ "wandb_entity": "xspadex-nanyang-technological-university-singapore",
10
+ "wandb_project": "internvl-eep-0108",
11
+ "is_debug": false,
12
+ "framework": {
13
+ "name": "internvlAdapter",
14
+ "qwenvl": {
15
+ "base_vlm": "/data/LumosVLA/LumosVLA/playground/internvl",
16
+ "attn_implementation": "flash_attention_2",
17
+ "vl_hidden_dim": 2048
18
+ },
19
+ "action_model": {
20
+ "action_model_type": "VLA-Adapter",
21
+ "hidden_dim": 2048,
22
+ "action_dim": 20,
23
+ "state_dim": 20,
24
+ "action_query_num": 64,
25
+ "use_pro_version": true,
26
+ "use_proprio": true,
27
+ "phase": "Training",
28
+ "num_actions_chunk": 30
29
+ },
30
+ "framework_py": "internvlAdapter"
31
+ },
32
+ "datasets": {
33
+ "vla_data": {
34
+ "dataset_py": "lerobot_datasets",
35
+ "data_root_dir": "/data/LumosVLA/LumosVLA/data/0106_data_10_in_1",
36
+ "data_mix": "train_0107eep",
37
+ "per_device_batch_size": 32,
38
+ "num_workers": 4,
39
+ "action_type": "abs_ee",
40
+ "image_size": 256
41
+ }
42
+ },
43
+ "trainer": {
44
+ "epochs": 100,
45
+ "max_train_steps": 15000,
46
+ "num_warmup_steps": 1000,
47
+ "save_interval": 2500,
48
+ "eval_interval": 100000,
49
+ "learning_rate": {
50
+ "base": 5e-05,
51
+ "intern_vl_interface": 1e-05,
52
+ "action_model": 0.0002
53
+ },
54
+ "lr_scheduler_type": "cosine_with_min_lr",
55
+ "scheduler_specific_kwargs": {
56
+ "min_lr": 1e-07
57
+ },
58
+ "freeze_modules": "intern_vl_interface.model.vision_model",
59
+ "loss_scale": {
60
+ "vla": 1.0,
61
+ "vlm": 0.05
62
+ },
63
+ "max_grad_norm": 1.0,
64
+ "warmup_ratio": 0.1,
65
+ "weight_decay": 0.0,
66
+ "logging_frequency": 10,
67
+ "gradient_clipping": 1.0,
68
+ "gradient_accumulation_steps": 1,
69
+ "optimizer": {
70
+ "name": "AdamW",
71
+ "betas": [
72
+ 0.9,
73
+ 0.95
74
+ ],
75
+ "eps": 1e-08,
76
+ "weight_decay": 0
77
+ }
78
+ },
79
+ "is_resume": false,
80
+ "resume_epoch": null,
81
+ "resume_step": null,
82
+ "enable_gradient_checkpointing": true,
83
+ "enable_mixed_precision_training": true,
84
+ "report_to": "wandb",
85
+ "wandb_run_name": "v1",
86
+ "output_dir": "/data/LumosVLA/LumosVLA/results/internvlAdapter-0108-eep"
87
+ }
internvl-eep0108/config.yaml ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ run_id: internvlAdapter-0108-eep
2
+ run_root_dir: /data/LumosVLA/LumosVLA/results
3
+ seed: 42
4
+ trackers:
5
+ - jsonl
6
+ - wandb
7
+ wandb_entity: xspadex-nanyang-technological-university-singapore
8
+ wandb_project: internvl-eep-0108
9
+ is_debug: false
10
+ framework:
11
+ name: internvlAdapter
12
+ qwenvl:
13
+ base_vlm: /data/LumosVLA/LumosVLA/playground/internvl
14
+ attn_implementation: flash_attention_2
15
+ vl_hidden_dim: 2048
16
+ action_model:
17
+ action_model_type: VLA-Adapter
18
+ hidden_dim: 2048
19
+ action_dim: 20
20
+ state_dim: 20
21
+ action_query_num: 64
22
+ use_pro_version: true
23
+ use_proprio: true
24
+ phase: Training
25
+ num_actions_chunk: 30
26
+ framework_py: internvlAdapter
27
+ datasets:
28
+ vla_data:
29
+ dataset_py: lerobot_datasets
30
+ data_root_dir: /data/LumosVLA/LumosVLA/data/0106_data_10_in_1
31
+ data_mix: train_0107eep
32
+ per_device_batch_size: 32
33
+ num_workers: 4
34
+ action_type: abs_ee
35
+ image_size: 256
36
+ trainer:
37
+ epochs: 100
38
+ max_train_steps: 15000
39
+ num_warmup_steps: 1000
40
+ save_interval: 2500
41
+ eval_interval: 100000
42
+ learning_rate:
43
+ base: 5.0e-05
44
+ intern_vl_interface: 1.0e-05
45
+ action_model: 0.0002
46
+ lr_scheduler_type: cosine_with_min_lr
47
+ scheduler_specific_kwargs:
48
+ min_lr: 1.0e-07
49
+ freeze_modules: intern_vl_interface.model.vision_model
50
+ loss_scale:
51
+ vla: 1.0
52
+ vlm: 0.05
53
+ max_grad_norm: 1.0
54
+ warmup_ratio: 0.1
55
+ weight_decay: 0.0
56
+ logging_frequency: 10
57
+ gradient_clipping: 1.0
58
+ gradient_accumulation_steps: 1
59
+ optimizer:
60
+ name: AdamW
61
+ betas:
62
+ - 0.9
63
+ - 0.95
64
+ eps: 1.0e-08
65
+ weight_decay: 0
66
+ is_resume: false
67
+ resume_epoch: null
68
+ resume_step: null
69
+ enable_gradient_checkpointing: true
70
+ enable_mixed_precision_training: true
71
+ report_to: wandb
72
+ wandb_run_name: v1
73
+ output_dir: /data/LumosVLA/LumosVLA/results/internvlAdapter-0108-eep
internvl-eep0108/dataset_statistics.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "action": {
4
+ "mean": [
5
+ 0.23282504230737688,
6
+ -0.05165965789929033,
7
+ 0.21386985182762147,
8
+ -91.47970352172852,
9
+ 20.121428585052488,
10
+ 42.44750967025757,
11
+ 0.23724629282951357,
12
+ 0.08887637909501792,
13
+ 0.21939275562763214,
14
+ 45.390340900421144,
15
+ 29.264903831481938,
16
+ -119.05479431152344,
17
+ 0.03987310770899058,
18
+ 0.03885028753429652
19
+ ],
20
+ "std": [
21
+ 0.09953932969670672,
22
+ 0.1263747541518203,
23
+ 0.07284480907274637,
24
+ 133.6138685971796,
25
+ 18.383623797067543,
26
+ 155.94565103777856,
27
+ 0.10225355728400369,
28
+ 0.08295887480529306,
29
+ 0.06472772608178973,
30
+ 158.29364115016972,
31
+ 16.00381071103632,
32
+ 97.27639744542212,
33
+ 0.026943868199832993,
34
+ 0.02694874948904217
35
+ ],
36
+ "max": [
37
+ 0.5771363973617554,
38
+ 0.5499705076217651,
39
+ 1.1769417524337769,
40
+ 179.99998474121094,
41
+ 89.99874114990234,
42
+ 179.9999237060547,
43
+ 0.5673798322677612,
44
+ 0.5647112131118774,
45
+ 0.6844663023948669,
46
+ 179.99998474121094,
47
+ 89.99887084960938,
48
+ 179.99996948242188,
49
+ 0.05999999865889549,
50
+ 0.05999999865889549
51
+ ],
52
+ "min": [
53
+ -0.15116086602210999,
54
+ -0.5200218558311462,
55
+ 0.050602782517671585,
56
+ -180.0,
57
+ -20.672367095947266,
58
+ -179.99993896484375,
59
+ -0.0248020701110363,
60
+ -0.29858818650245667,
61
+ 0.06846695393323898,
62
+ -179.99998474121094,
63
+ -13.50222110748291,
64
+ -179.9997100830078,
65
+ 0.0,
66
+ 0.0
67
+ ],
68
+ "q01": [
69
+ 0.05501473695039749,
70
+ -0.3686788082122803,
71
+ 0.0868777185678482,
72
+ -179.78305053710938,
73
+ -9.416550636291504,
74
+ -179.69680786132812,
75
+ 0.056286852806806564,
76
+ -0.18694551289081573,
77
+ 0.10547168552875519,
78
+ -179.8378448486328,
79
+ -0.19658219814300537,
80
+ -179.51170349121094,
81
+ 0.0,
82
+ 0.0
83
+ ],
84
+ "q99": [
85
+ 0.47519516944885254,
86
+ 0.4694986939430237,
87
+ 0.46994128823280334,
88
+ 179.755126953125,
89
+ 89.57238006591797,
90
+ 179.736328125,
91
+ 0.48799216747283936,
92
+ 0.3558615446090698,
93
+ 0.43878117203712463,
94
+ 179.83042907714844,
95
+ 89.67033386230469,
96
+ 179.49917602539062,
97
+ 0.05999999865889549,
98
+ 0.05999999865889549
99
+ ],
100
+ "mask": [
101
+ true,
102
+ true,
103
+ true,
104
+ true,
105
+ true,
106
+ true,
107
+ true,
108
+ true,
109
+ true,
110
+ true,
111
+ true,
112
+ true,
113
+ false,
114
+ false
115
+ ]
116
+ },
117
+ "state": {
118
+ "mean": [
119
+ 0.24175260961055758,
120
+ -0.049470676161581656,
121
+ 0.21608835756778721,
122
+ -1.413518315553665,
123
+ 0.428703111410141,
124
+ 0.7577013611793519,
125
+ 0.24074497371912004,
126
+ 0.08981470651924611,
127
+ 0.21937729418277743,
128
+ 0.8831917621195315,
129
+ 0.6019748389720918,
130
+ -2.0126270771026613,
131
+ 0.04148903861641884,
132
+ 0.03994188271462917
133
+ ],
134
+ "std": [
135
+ 0.09280708088090048,
136
+ 0.12742504567945281,
137
+ 0.0744079447762679,
138
+ 2.5498722585501863,
139
+ 0.3793943873796246,
140
+ 2.808145353959299,
141
+ 0.09863927576384764,
142
+ 0.0815411369762193,
143
+ 0.06492154445492224,
144
+ 2.805201274470533,
145
+ 0.31938597693868265,
146
+ 1.884995382965943,
147
+ 0.025358022526895105,
148
+ 0.026140522839142637
149
+ ],
150
+ "max": [
151
+ 0.5393329858779907,
152
+ 0.48442599177360535,
153
+ 0.6967939734458923,
154
+ 3.1415927410125732,
155
+ 1.5707963705062866,
156
+ 3.1415927410125732,
157
+ 0.5489550232887268,
158
+ 0.44545501470565796,
159
+ 0.6456500291824341,
160
+ 3.1415927410125732,
161
+ 1.5707963705062866,
162
+ 3.1415927410125732,
163
+ 0.06159999966621399,
164
+ 0.05998999997973442
165
+ ],
166
+ "min": [
167
+ -0.10788500308990479,
168
+ -0.5191159844398499,
169
+ 0.05315700173377991,
170
+ -3.1410515308380127,
171
+ -1.5302174091339111,
172
+ -3.1410515308380127,
173
+ -0.02319999970495701,
174
+ -0.26581600308418274,
175
+ 0.06903599947690964,
176
+ -3.1410515308380127,
177
+ -0.23581144213676453,
178
+ -3.1410515308380127,
179
+ 0.00014000000373926014,
180
+ 7.000000186963007e-05
181
+ ],
182
+ "q01": [
183
+ 0.056127000600099564,
184
+ -0.36912801861763,
185
+ 0.08751751482486725,
186
+ -3.137159585952759,
187
+ -0.16739033162593842,
188
+ -3.1360411643981934,
189
+ 0.056008998304605484,
190
+ -0.15914200246334076,
191
+ 0.10651859641075134,
192
+ -3.138237953186035,
193
+ -0.005713686812669039,
194
+ -3.131770372390747,
195
+ 0.0004199999966658652,
196
+ 7.000000186963007e-05
197
+ ],
198
+ "q99": [
199
+ 0.4720889925956726,
200
+ 0.4121397137641907,
201
+ 0.4779260456562042,
202
+ 3.1415927410125732,
203
+ 1.5365502834320068,
204
+ 3.1415927410125732,
205
+ 0.4841437041759491,
206
+ 0.35178446769714355,
207
+ 0.42531776428222656,
208
+ 3.1415927410125732,
209
+ 1.5435858964920044,
210
+ 3.1415927410125732,
211
+ 0.059780001640319824,
212
+ 0.05992000177502632
213
+ ]
214
+ },
215
+ "num_transitions": 885334,
216
+ "num_trajectories": 881
217
+ }
218
+ }
internvl-eep0108/wandb/wandb/run-20260108_200012-i9xan194/files/config.yaml ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _wandb:
2
+ value:
3
+ cli_version: 0.23.0
4
+ e:
5
+ xnqhd8cib93qg9k1a16qvlhxxdiv542f:
6
+ args:
7
+ - --config_yaml
8
+ - ./starVLA/config/training/starvla_train_internvl_adapter.yaml
9
+ - --framework.framework_py
10
+ - internvlAdapter
11
+ - --framework.qwenvl.base_vlm
12
+ - /data/LumosVLA/LumosVLA/playground/internvl
13
+ - --run_id
14
+ - internvlAdapter-0108-eep
15
+ - --trainer.freeze_modules
16
+ - intern_vl_interface.model.vision_model
17
+ - --report_to
18
+ - wandb
19
+ - --wandb_project
20
+ - internvl-eep-0108
21
+ - --wandb_entity
22
+ - xspadex-nanyang-technological-university-singapore
23
+ - --wandb_run_name
24
+ - v1
25
+ codePath: starVLA/training/train_starvla.py
26
+ codePathLocal: starVLA/training/train_starvla.py
27
+ cpu_count: 64
28
+ cpu_count_logical: 128
29
+ cudaVersion: "12.4"
30
+ disk:
31
+ /:
32
+ total: "1887976378368"
33
+ used: "1675918073856"
34
+ email: 1293310705@qq.com
35
+ executable: /home/panda/miniconda3/envs/starVLA/bin/python3
36
+ git:
37
+ commit: b1f785aa8a3440122218c0aac85769b802dadadc
38
+ remote: https://gitee.com/jinfagang/LumosVLA.git
39
+ gpu: NVIDIA A800-SXM4-80GB
40
+ gpu_count: 8
41
+ gpu_nvidia:
42
+ - architecture: Ampere
43
+ cudaCores: 6912
44
+ memoryTotal: "85899345920"
45
+ name: NVIDIA A800-SXM4-80GB
46
+ uuid: GPU-0d2b5d34-729e-280c-6053-d085eb99403b
47
+ - architecture: Ampere
48
+ cudaCores: 6912
49
+ memoryTotal: "85899345920"
50
+ name: NVIDIA A800-SXM4-80GB
51
+ uuid: GPU-65f38011-3e70-9c1d-4fb8-5333e9d99b89
52
+ - architecture: Ampere
53
+ cudaCores: 6912
54
+ memoryTotal: "85899345920"
55
+ name: NVIDIA A800-SXM4-80GB
56
+ uuid: GPU-5b46542e-b604-8bfd-af42-98d43c7d03bf
57
+ - architecture: Ampere
58
+ cudaCores: 6912
59
+ memoryTotal: "85899345920"
60
+ name: NVIDIA A800-SXM4-80GB
61
+ uuid: GPU-3eeb053c-7fa9-6c1c-9d8a-2a6fe1b67362
62
+ - architecture: Ampere
63
+ cudaCores: 6912
64
+ memoryTotal: "85899345920"
65
+ name: NVIDIA A800-SXM4-80GB
66
+ uuid: GPU-a184fe54-e17e-b157-a0e3-2a14ef3e57e0
67
+ - architecture: Ampere
68
+ cudaCores: 6912
69
+ memoryTotal: "85899345920"
70
+ name: NVIDIA A800-SXM4-80GB
71
+ uuid: GPU-74a6c731-11c1-543e-0939-ab2040582ef6
72
+ - architecture: Ampere
73
+ cudaCores: 6912
74
+ memoryTotal: "85899345920"
75
+ name: NVIDIA A800-SXM4-80GB
76
+ uuid: GPU-cbea7447-22c1-29f1-baf9-ce3ee61df04b
77
+ - architecture: Ampere
78
+ cudaCores: 6912
79
+ memoryTotal: "85899345920"
80
+ name: NVIDIA A800-SXM4-80GB
81
+ uuid: GPU-0b8ddeb9-3777-1b93-d107-550cf75ccae8
82
+ host: bb936931da6f
83
+ memory:
84
+ total: "2164152586240"
85
+ os: Linux-5.4.0-176-generic-x86_64-with-glibc2.31
86
+ program: /data/LumosVLA/LumosVLA/starVLA/training/train_starvla.py
87
+ python: CPython 3.10.19
88
+ root: /data/LumosVLA/LumosVLA/results/internvlAdapter-0108-eep/wandb
89
+ startedAt: "2026-01-08T12:00:12.226118Z"
90
+ writerId: xnqhd8cib93qg9k1a16qvlhxxdiv542f
91
+ m: []
92
+ python_version: 3.10.19
93
+ t:
94
+ "1":
95
+ - 1
96
+ - 11
97
+ - 41
98
+ - 49
99
+ - 63
100
+ - 71
101
+ - 80
102
+ - 83
103
+ "2":
104
+ - 1
105
+ - 11
106
+ - 41
107
+ - 49
108
+ - 63
109
+ - 71
110
+ - 80
111
+ - 83
112
+ "3":
113
+ - 13
114
+ - 61
115
+ "4": 3.10.19
116
+ "5": 0.23.0
117
+ "6": 4.57.0
118
+ "12": 0.23.0
119
+ "13": linux-x86_64
internvl-eep0108/wandb/wandb/run-20260108_200012-i9xan194/files/wandb-metadata.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.4.0-176-generic-x86_64-with-glibc2.31",
3
+ "python": "CPython 3.10.19",
4
+ "startedAt": "2026-01-08T12:00:12.226118Z",
5
+ "args": [
6
+ "--config_yaml",
7
+ "./starVLA/config/training/starvla_train_internvl_adapter.yaml",
8
+ "--framework.framework_py",
9
+ "internvlAdapter",
10
+ "--framework.qwenvl.base_vlm",
11
+ "/data/LumosVLA/LumosVLA/playground/internvl",
12
+ "--run_id",
13
+ "internvlAdapter-0108-eep",
14
+ "--trainer.freeze_modules",
15
+ "intern_vl_interface.model.vision_model",
16
+ "--report_to",
17
+ "wandb",
18
+ "--wandb_project",
19
+ "internvl-eep-0108",
20
+ "--wandb_entity",
21
+ "xspadex-nanyang-technological-university-singapore",
22
+ "--wandb_run_name",
23
+ "v1"
24
+ ],
25
+ "program": "/data/LumosVLA/LumosVLA/starVLA/training/train_starvla.py",
26
+ "codePath": "starVLA/training/train_starvla.py",
27
+ "codePathLocal": "starVLA/training/train_starvla.py",
28
+ "git": {
29
+ "remote": "https://gitee.com/jinfagang/LumosVLA.git",
30
+ "commit": "b1f785aa8a3440122218c0aac85769b802dadadc"
31
+ },
32
+ "email": "1293310705@qq.com",
33
+ "root": "/data/LumosVLA/LumosVLA/results/internvlAdapter-0108-eep/wandb",
34
+ "host": "bb936931da6f",
35
+ "executable": "/home/panda/miniconda3/envs/starVLA/bin/python3",
36
+ "cpu_count": 64,
37
+ "cpu_count_logical": 128,
38
+ "gpu": "NVIDIA A800-SXM4-80GB",
39
+ "gpu_count": 8,
40
+ "disk": {
41
+ "/": {
42
+ "total": "1887976378368",
43
+ "used": "1675918073856"
44
+ }
45
+ },
46
+ "memory": {
47
+ "total": "2164152586240"
48
+ },
49
+ "gpu_nvidia": [
50
+ {
51
+ "name": "NVIDIA A800-SXM4-80GB",
52
+ "memoryTotal": "85899345920",
53
+ "cudaCores": 6912,
54
+ "architecture": "Ampere",
55
+ "uuid": "GPU-0d2b5d34-729e-280c-6053-d085eb99403b"
56
+ },
57
+ {
58
+ "name": "NVIDIA A800-SXM4-80GB",
59
+ "memoryTotal": "85899345920",
60
+ "cudaCores": 6912,
61
+ "architecture": "Ampere",
62
+ "uuid": "GPU-65f38011-3e70-9c1d-4fb8-5333e9d99b89"
63
+ },
64
+ {
65
+ "name": "NVIDIA A800-SXM4-80GB",
66
+ "memoryTotal": "85899345920",
67
+ "cudaCores": 6912,
68
+ "architecture": "Ampere",
69
+ "uuid": "GPU-5b46542e-b604-8bfd-af42-98d43c7d03bf"
70
+ },
71
+ {
72
+ "name": "NVIDIA A800-SXM4-80GB",
73
+ "memoryTotal": "85899345920",
74
+ "cudaCores": 6912,
75
+ "architecture": "Ampere",
76
+ "uuid": "GPU-3eeb053c-7fa9-6c1c-9d8a-2a6fe1b67362"
77
+ },
78
+ {
79
+ "name": "NVIDIA A800-SXM4-80GB",
80
+ "memoryTotal": "85899345920",
81
+ "cudaCores": 6912,
82
+ "architecture": "Ampere",
83
+ "uuid": "GPU-a184fe54-e17e-b157-a0e3-2a14ef3e57e0"
84
+ },
85
+ {
86
+ "name": "NVIDIA A800-SXM4-80GB",
87
+ "memoryTotal": "85899345920",
88
+ "cudaCores": 6912,
89
+ "architecture": "Ampere",
90
+ "uuid": "GPU-74a6c731-11c1-543e-0939-ab2040582ef6"
91
+ },
92
+ {
93
+ "name": "NVIDIA A800-SXM4-80GB",
94
+ "memoryTotal": "85899345920",
95
+ "cudaCores": 6912,
96
+ "architecture": "Ampere",
97
+ "uuid": "GPU-cbea7447-22c1-29f1-baf9-ce3ee61df04b"
98
+ },
99
+ {
100
+ "name": "NVIDIA A800-SXM4-80GB",
101
+ "memoryTotal": "85899345920",
102
+ "cudaCores": 6912,
103
+ "architecture": "Ampere",
104
+ "uuid": "GPU-0b8ddeb9-3777-1b93-d107-550cf75ccae8"
105
+ }
106
+ ],
107
+ "cudaVersion": "12.4",
108
+ "writerId": "xnqhd8cib93qg9k1a16qvlhxxdiv542f"
109
+ }
internvl-eep0108/wandb/wandb/run-20260108_200012-i9xan194/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"epoch":0.01,"_step":400,"_timestamp":1.7678763707166314e+09,"action_dit_loss":0.37962278723716736,"data_time":0.0017396584153175354,"learning_rate":8e-05,"model_time":3.702992856502533,"_wandb":{"runtime":2805},"_runtime":2805.242701426}
internvl-eep0108/wandb/wandb/run-20260108_205202-e9cszzl2/files/wandb-metadata.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.4.0-176-generic-x86_64-with-glibc2.31",
3
+ "python": "CPython 3.10.19",
4
+ "startedAt": "2026-01-08T12:52:02.727244Z",
5
+ "args": [
6
+ "--config_yaml",
7
+ "./starVLA/config/training/starvla_train_internvl_adapter.yaml",
8
+ "--framework.framework_py",
9
+ "internvlAdapter",
10
+ "--framework.qwenvl.base_vlm",
11
+ "/data/LumosVLA/LumosVLA/playground/internvl",
12
+ "--run_id",
13
+ "internvlAdapter-0108-eep",
14
+ "--trainer.freeze_modules",
15
+ "intern_vl_interface.model.vision_model",
16
+ "--report_to",
17
+ "wandb",
18
+ "--wandb_project",
19
+ "internvl-eep-0108",
20
+ "--wandb_entity",
21
+ "xspadex-nanyang-technological-university-singapore",
22
+ "--wandb_run_name",
23
+ "v1"
24
+ ],
25
+ "program": "/data/LumosVLA/LumosVLA/starVLA/training/train_starvla.py",
26
+ "codePath": "starVLA/training/train_starvla.py",
27
+ "codePathLocal": "starVLA/training/train_starvla.py",
28
+ "git": {
29
+ "remote": "https://gitee.com/jinfagang/LumosVLA.git",
30
+ "commit": "b1f785aa8a3440122218c0aac85769b802dadadc"
31
+ },
32
+ "email": "1293310705@qq.com",
33
+ "root": "/data/LumosVLA/LumosVLA/results/internvlAdapter-0108-eep/wandb",
34
+ "host": "bb936931da6f",
35
+ "executable": "/home/panda/miniconda3/envs/starVLA/bin/python3",
36
+ "cpu_count": 64,
37
+ "cpu_count_logical": 128,
38
+ "gpu": "NVIDIA A800-SXM4-80GB",
39
+ "gpu_count": 8,
40
+ "disk": {
41
+ "/": {
42
+ "total": "1887976378368",
43
+ "used": "1675922972672"
44
+ }
45
+ },
46
+ "memory": {
47
+ "total": "2164152586240"
48
+ },
49
+ "gpu_nvidia": [
50
+ {
51
+ "name": "NVIDIA A800-SXM4-80GB",
52
+ "memoryTotal": "85899345920",
53
+ "cudaCores": 6912,
54
+ "architecture": "Ampere",
55
+ "uuid": "GPU-0d2b5d34-729e-280c-6053-d085eb99403b"
56
+ },
57
+ {
58
+ "name": "NVIDIA A800-SXM4-80GB",
59
+ "memoryTotal": "85899345920",
60
+ "cudaCores": 6912,
61
+ "architecture": "Ampere",
62
+ "uuid": "GPU-65f38011-3e70-9c1d-4fb8-5333e9d99b89"
63
+ },
64
+ {
65
+ "name": "NVIDIA A800-SXM4-80GB",
66
+ "memoryTotal": "85899345920",
67
+ "cudaCores": 6912,
68
+ "architecture": "Ampere",
69
+ "uuid": "GPU-5b46542e-b604-8bfd-af42-98d43c7d03bf"
70
+ },
71
+ {
72
+ "name": "NVIDIA A800-SXM4-80GB",
73
+ "memoryTotal": "85899345920",
74
+ "cudaCores": 6912,
75
+ "architecture": "Ampere",
76
+ "uuid": "GPU-3eeb053c-7fa9-6c1c-9d8a-2a6fe1b67362"
77
+ },
78
+ {
79
+ "name": "NVIDIA A800-SXM4-80GB",
80
+ "memoryTotal": "85899345920",
81
+ "cudaCores": 6912,
82
+ "architecture": "Ampere",
83
+ "uuid": "GPU-a184fe54-e17e-b157-a0e3-2a14ef3e57e0"
84
+ },
85
+ {
86
+ "name": "NVIDIA A800-SXM4-80GB",
87
+ "memoryTotal": "85899345920",
88
+ "cudaCores": 6912,
89
+ "architecture": "Ampere",
90
+ "uuid": "GPU-74a6c731-11c1-543e-0939-ab2040582ef6"
91
+ },
92
+ {
93
+ "name": "NVIDIA A800-SXM4-80GB",
94
+ "memoryTotal": "85899345920",
95
+ "cudaCores": 6912,
96
+ "architecture": "Ampere",
97
+ "uuid": "GPU-cbea7447-22c1-29f1-baf9-ce3ee61df04b"
98
+ },
99
+ {
100
+ "name": "NVIDIA A800-SXM4-80GB",
101
+ "memoryTotal": "85899345920",
102
+ "cudaCores": 6912,
103
+ "architecture": "Ampere",
104
+ "uuid": "GPU-0b8ddeb9-3777-1b93-d107-550cf75ccae8"
105
+ }
106
+ ],
107
+ "cudaVersion": "12.4",
108
+ "writerId": "1hdz3k3j0vc7spivw8hozglao68szjjt"
109
+ }