Steven668866 commited on
Commit
2f9beea
Β·
verified Β·
1 Parent(s): 9dd5169

post_strict_eval pipeline log

Browse files
Files changed (1) hide show
  1. post_strict_eval.log +141 -0
post_strict_eval.log ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
  ...0001-of-00004.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4.97GB / 4.97GB
 
 
 
 
 
1
  ...0002-of-00004.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4.99GB / 4.99GB
 
 
 
 
 
2
  ...0003-of-00004.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4.93GB / 4.93GB
 
 
 
 
 
3
  ...0004-of-00004.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1.69GB / 1.69GB
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ...ged_strict/tokenizer.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 11.4MB / 11.4MB
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2026-06-29 11:15:00] ==========================================================
2
+ [2026-06-29 11:15:00] POST-STRICT C4 + D1 EVAL PIPELINE START
3
+ [2026-06-29 11:15:00] ==========================================================
4
+ [2026-06-29 11:15:00] STAGE 0: wait for strict_continuation DONE marker
5
+ [2026-06-29 11:15:00] strict_continuation DONE marker present
6
+ [2026-06-29 11:15:00] STAGE 1 (C4): merge strict ckpt-10000 + stage1_merged -> stage4_merged_strict
7
+ /dev/md0 700G 548G 153G 79% /root/autodl-tmp
8
+ /root/miniconda3/lib/python3.12/site-packages/transformers/models/auto/modeling_auto.py:2284: FutureWarning: The class `AutoModelForVision2Seq` is deprecated and will be removed in v5.0. Please use `AutoModelForImageTextToText` instead.
9
+ warnings.warn(
10
+ `torch_dtype` is deprecated! Use `dtype` instead!
11
+ Loading base: /root/autodl-tmp/covt_repro/covt_data/output/merged/stage1_merged
12
+
13
+ Loading LoRA: /root/autodl-tmp/covt_repro/covt_data/output/lora_stage234/checkpoint-10000
14
+ Merging...
15
+ Saving to: /root/autodl-tmp/covt_repro/covt_data/output/merged/stage4_merged_strict
16
+ [2026-06-29 11:16:58,296] [INFO] [real_accelerator.py:219:get_accelerator] Setting ds_accelerator to cuda (auto detect)
17
+ The image processor of type `Qwen2VLImageProcessor` is now loaded as a fast processor by default, even if the model checkpoint was saved with a slow processor. This is a breaking change and may produce slightly different outputs. To continue using the slow processor, instantiate this class with `use_fast=False`. Note that this behavior will be extended to all models in a future release.
18
+ merge done
19
+ [2026-06-29 11:17:30] C4 merge OK
20
+ total 16211332
21
+ drwxr-xr-x 2 root root 4096 Jun 29 11:17 .
22
+ drwxr-xr-x 4 root root 67 Jun 28 23:20 ..
23
+ -rw-r--r-- 1 root root 605 Jun 29 11:17 added_tokens.json
24
+ -rw-r--r-- 1 root root 1017 Jun 29 11:17 chat_template.jinja
25
+ -rw-r--r-- 1 root root 1049 Jun 28 23:22 chat_template.json
26
+ -rw-r--r-- 1 root root 3165 Jun 29 11:16 config.json
27
+ -rw-r--r-- 1 root root 214 Jun 29 11:16 generation_config.json
28
+ -rw-r--r-- 1 root root 1671853 Jun 29 11:17 merges.txt
29
+ -rw------- 1 root root 4968243304 Jun 29 11:17 model-00001-of-00004.safetensors
30
+ 16G /root/autodl-tmp/covt_repro/covt_data/output/merged/stage4_merged_strict
31
+ [2026-06-29 11:17:30] STAGE 2 (D1-prep): VLMEvalKit install + CV-Bench prefetch
32
+ [2026-06-29 11:17:48] vlmeval importable βœ“
33
+ [2026-06-29 11:17:48] prefetching CV-Bench dataset
34
+
35
+ cached nyu-visionx/CV-Bench: DatasetDict({
36
+ test: Dataset({
37
+ features: ['idx', 'type', 'task', 'image', 'question', 'choices', 'answer', 'prompt', 'filename', 'source', 'source_dataset', 'source_filename', 'target_class', 'target_size', 'bbox'],
38
+ num_rows: 2638
39
+ })
40
+ })
41
+ [2026-06-29 11:18:50] STAGE 3 (D1): run VLMEvalKit on stage4_merged_strict (CV-Bench-2D + CV-Bench-3D)
42
+ [2026-06-29 11:18:50] eval log -> /root/autodl-tmp/covt_repro/covt_data/output/eval_stage4_strict/run.log
43
+ [2026-06-29 11:18:52] ERROR - misc.py: load_env - 215: Did not detect the .env file at /root/autodl-tmp/covt_repro/CoVT/VLMEvalKit/.env, failed to load.
44
+ [2026-06-29 11:18:57] ERROR - misc.py: load_env - 215: Did not detect the .env file at /root/autodl-tmp/covt_repro/CoVT/VLMEvalKit/.env, failed to load.
45
+ usage: run.py [-h] [--data DATA [DATA ...]] [--model MODEL [MODEL ...]]
46
+ [--config CONFIG] [--work-dir WORK_DIR]
47
+ [--mode {all,infer,eval}] [--api-nproc API_NPROC]
48
+ [--retry RETRY] [--judge-args JUDGE_ARGS] [--judge JUDGE]
49
+ [--verbose] [--ignore] [--reuse] [--reuse-aux REUSE_AUX]
50
+ [--use-vllm] [--use-verifier]
51
+ run.py: error: argument --mode: invalid choice: 'infer_judge_score' (choose from 'all', 'infer', 'eval')
52
+ [2026-06-29 11:18:58] vlmeval rc=2
53
+ [2026-06-29 11:18:58] WARN: vlmeval exit code non-zero. Continuing to parse partial output.
54
+ [2026-06-29 11:18:58] STAGE 4 (D2): parse scores + compare to paper-faithful gate
55
+ score files candidates (0):
56
+
57
+ === headline tokens from run.log ===
58
+
59
+ === gate reference (manual verdict) ===
60
+ weighted >= 76.7 3D >= 81.0 Depth >= 82.5 Distance >= 79.0 2D >= 72.8
61
+ [2026-06-29 11:18:58] STAGE 5: upload eval results + stage4_merged to Steven668866/CoVT-Phase2-3expert-Strict
62
+ [2026-06-29 11:18:58] S4 merged model
63
+ [2026-06-29 11:18:58] uploading stage4_merged_strict/added_tokens.json
64
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
65
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/added_tokens.json
66
+ [2026-06-29 11:19:04] verify: OK
67
+ [2026-06-29 11:19:04] uploading stage4_merged_strict/chat_template.jinja
68
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
69
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/chat_template.jinja
70
+ [2026-06-29 11:19:09] verify: OK
71
+ [2026-06-29 11:19:09] uploading stage4_merged_strict/chat_template.json
72
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
73
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/chat_template.json
74
+ [2026-06-29 11:19:17] verify: OK
75
+ [2026-06-29 11:19:17] uploading stage4_merged_strict/config.json
76
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
77
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/config.json
78
+ [2026-06-29 11:19:26] verify: OK
79
+ [2026-06-29 11:19:26] uploading stage4_merged_strict/generation_config.json
80
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
81
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/generation_config.json
82
+ [2026-06-29 11:19:34] verify: OK
83
+ [2026-06-29 11:19:34] uploading stage4_merged_strict/merges.txt
84
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
85
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/merges.txt
86
+ [2026-06-29 11:19:44] verify: OK
87
+ [2026-06-29 11:19:44] uploading stage4_merged_strict/model-00001-of-00004.safetensors
88
+
89
+
90
  ...0001-of-00004.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4.97GB / 4.97GB
91
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/model-00001-of-00004.safetensors
92
+ [2026-06-29 11:20:11] verify: OK
93
+ [2026-06-29 11:20:11] uploading stage4_merged_strict/model-00002-of-00004.safetensors
94
+
95
+
96
  ...0002-of-00004.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4.99GB / 4.99GB
97
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/model-00002-of-00004.safetensors
98
+ [2026-06-29 11:20:36] verify: OK
99
+ [2026-06-29 11:20:36] uploading stage4_merged_strict/model-00003-of-00004.safetensors
100
+
101
+
102
  ...0003-of-00004.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4.93GB / 4.93GB
103
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/model-00003-of-00004.safetensors
104
+ [2026-06-29 11:20:59] verify: OK
105
+ [2026-06-29 11:20:59] uploading stage4_merged_strict/model-00004-of-00004.safetensors
106
+
107
+
108
  ...0004-of-00004.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1.69GB / 1.69GB
109
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/model-00004-of-00004.safetensors
110
+ [2026-06-29 11:21:18] verify: OK
111
+ [2026-06-29 11:21:18] uploading stage4_merged_strict/model.safetensors.index.json
112
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
113
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/model.safetensors.index.json
114
+ [2026-06-29 11:21:25] verify: OK
115
+ [2026-06-29 11:21:25] uploading stage4_merged_strict/preprocessor_config.json
116
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
117
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/preprocessor_config.json
118
+ [2026-06-29 11:21:32] verify: OK
119
+ [2026-06-29 11:21:32] uploading stage4_merged_strict/special_tokens_map.json
120
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
121
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/special_tokens_map.json
122
+ [2026-06-29 11:21:42] verify: OK
123
+ [2026-06-29 11:21:42] uploading stage4_merged_strict/tokenizer.json
124
+
125
+
126
  ...ged_strict/tokenizer.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 11.4MB / 11.4MB
127
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/tokenizer.json
128
+ [2026-06-29 11:21:50] verify: OK
129
+ [2026-06-29 11:21:50] uploading stage4_merged_strict/tokenizer_config.json
130
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
131
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/tokenizer_config.json
132
+ [2026-06-29 11:21:58] verify: OK
133
+ [2026-06-29 11:21:58] uploading stage4_merged_strict/video_preprocessor_config.json
134
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
135
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/video_preprocessor_config.json
136
+ [2026-06-29 11:22:04] verify: OK
137
+ [2026-06-29 11:22:04] uploading stage4_merged_strict/vocab.json
138
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
139
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/stage4_merged_strict/vocab.json
140
+ [2026-06-29 11:22:18] verify: OK
141
+ [2026-06-29 11:22:18] eval results
142
+ [2026-06-29 11:22:18] uploading eval_stage4_strict/run.log
143
+ ⚠️ Warning: 'huggingface-cli upload' is deprecated. Use 'hf upload' instead.
144
+ https://hf-mirror.com/Steven668866/CoVT-Phase2-3expert-Strict/blob/main/eval_stage4_strict/run.log
145
+ [2026-06-29 11:22:24] verify: OK
146
+ [2026-06-29 11:22:24] uploading post_strict_eval.log