File size: 92,747 Bytes
212a146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
nohup: ignoring input
W0405 10:42:18.370000 9727 site-packages/torch/distributed/run.py:803] 
W0405 10:42:18.370000 9727 site-packages/torch/distributed/run.py:803] *****************************************
W0405 10:42:18.370000 9727 site-packages/torch/distributed/run.py:803] Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed. 
W0405 10:42:18.370000 9727 site-packages/torch/distributed/run.py:803] *****************************************
Set TORCH_CUDA_ARCH_LIST to 9.0
Set TORCH_CUDA_ARCH_LIST to 9.0Set TORCH_CUDA_ARCH_LIST to 9.0

Set TORCH_CUDA_ARCH_LIST to 9.0
Set TORCH_CUDA_ARCH_LIST to 9.0
Set TORCH_CUDA_ARCH_LIST to 9.0
Set TORCH_CUDA_ARCH_LIST to 9.0
Set TORCH_CUDA_ARCH_LIST to 9.0
/workspace/hanrui/SpecForge/specforge/modeling/draft/llama3_eagle.py:29: UserWarning: flash_attn is not found, falling back to flex_attention. Please install flash_attn if you want to use the flash attention backend.
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/modeling/draft/llama3_eagle.py:29: UserWarning: flash_attn is not found, falling back to flex_attention. Please install flash_attn if you want to use the flash attention backend.
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/modeling/draft/llama3_eagle.py:29: UserWarning: flash_attn is not found, falling back to flex_attention. Please install flash_attn if you want to use the flash attention backend.
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/modeling/draft/llama3_eagle.py:29: UserWarning: flash_attn is not found, falling back to flex_attention. Please install flash_attn if you want to use the flash attention backend.
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/modeling/draft/llama3_eagle.py:29: UserWarning: flash_attn is not found, falling back to flex_attention. Please install flash_attn if you want to use the flash attention backend.
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/modeling/draft/llama3_eagle.py:29: UserWarning: flash_attn is not found, falling back to flex_attention. Please install flash_attn if you want to use the flash attention backend.
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/modeling/draft/llama3_eagle.py:29: UserWarning: flash_attn is not found, falling back to flex_attention. Please install flash_attn if you want to use the flash attention backend.
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/modeling/draft/llama3_eagle.py:29: UserWarning: flash_attn is not found, falling back to flex_attention. Please install flash_attn if you want to use the flash attention backend.
  warnings.warn(
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.cudart module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.runtime module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.nvrtc module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.nvrtc module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.cudart module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.runtime module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.nvrtc module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.nvrtc module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.cudart module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.runtime module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.nvrtc module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.nvrtc module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.cudart module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.runtime module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.nvrtc module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.nvrtc module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.cudart module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.runtime module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.nvrtc module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.nvrtc module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.cudart module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.runtime module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.nvrtc module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.nvrtc module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.cudart module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.runtime module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.nvrtc module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.nvrtc module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.cudart module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.runtime module instead.
<frozen importlib._bootstrap_external>:1241: FutureWarning: The cuda.nvrtc module is deprecated and will be removed in a future release, please switch to use the cuda.bindings.nvrtc module instead.
INFO:specforge.utils:rank 7: bind to device 7
INFO:specforge.utils:rank 2: bind to device 2
INFO:specforge.utils:rank 4: bind to device 4
INFO:specforge.utils:rank 7: device mesh: DeviceMesh((dp=8, tp=1), device: 'cuda', stride: (1, 1))
INFO:specforge.utils:rank 7: Initialized distributed
INFO:specforge.utils:rank 1: bind to device 1
INFO:specforge.utils:rank 4: device mesh: DeviceMesh((dp=8, tp=1), device: 'cuda', stride: (1, 1))
INFO:specforge.utils:rank 2: device mesh: DeviceMesh((dp=8, tp=1), device: 'cuda', stride: (1, 1))
INFO:specforge.utils:rank 4: Initialized distributed
`torch_dtype` is deprecated! Use `dtype` instead!
INFO:specforge.utils:rank 2: Initialized distributed
`torch_dtype` is deprecated! Use `dtype` instead!
`torch_dtype` is deprecated! Use `dtype` instead!
INFO:specforge.utils:rank 1: device mesh: DeviceMesh((dp=8, tp=1), device: 'cuda', stride: (1, 1))
INFO:specforge.utils:rank 1: Initialized distributed
INFO:specforge.utils:rank 6: bind to device 6
The following generation flags are not valid and may be ignored: ['output_hidden_states']. Set `TRANSFORMERS_VERBOSITY=info` for more details.
The following generation flags are not valid and may be ignored: ['output_hidden_states']. Set `TRANSFORMERS_VERBOSITY=info` for more details.
`torch_dtype` is deprecated! Use `dtype` instead!
The following generation flags are not valid and may be ignored: ['output_hidden_states']. Set `TRANSFORMERS_VERBOSITY=info` for more details.
INFO:specforge.utils:rank 6: device mesh: DeviceMesh((dp=8, tp=1), device: 'cuda', stride: (1, 1))
INFO:specforge.utils:rank 6: Initialized distributed
The following generation flags are not valid and may be ignored: ['output_hidden_states']. Set `TRANSFORMERS_VERBOSITY=info` for more details.
`torch_dtype` is deprecated! Use `dtype` instead!
INFO:specforge.utils:rank 5: bind to device 5
INFO:specforge.utils:rank 5: device mesh: DeviceMesh((dp=8, tp=1), device: 'cuda', stride: (1, 1))
INFO:specforge.utils:rank 5: Initialized distributed
The following generation flags are not valid and may be ignored: ['output_hidden_states']. Set `TRANSFORMERS_VERBOSITY=info` for more details.
`torch_dtype` is deprecated! Use `dtype` instead!
The following generation flags are not valid and may be ignored: ['output_hidden_states']. Set `TRANSFORMERS_VERBOSITY=info` for more details.
INFO:specforge.utils:rank 0: bind to device 0
INFO:specforge.utils:rank 0: device mesh: DeviceMesh((dp=8, tp=1), device: 'cuda', stride: (1, 1))
INFO:specforge.utils:rank 0: Initialized distributed
INFO:specforge.utils:Loading target model from /workspace/models/Qwen3-8B using hf backend
`torch_dtype` is deprecated! Use `dtype` instead!
The following generation flags are not valid and may be ignored: ['output_hidden_states']. Set `TRANSFORMERS_VERBOSITY=info` for more details.

Loading checkpoint shards:   0%|          | 0/5 [00:00<?, ?it/s]
Loading checkpoint shards:   0%|          | 0/5 [00:00<?, ?it/s]
Loading checkpoint shards:   0%|          | 0/5 [00:00<?, ?it/s]
Loading checkpoint shards:   0%|          | 0/5 [00:00<?, ?it/s]INFO:specforge.utils:rank 3: bind to device 3

Loading checkpoint shards:   0%|          | 0/5 [00:00<?, ?it/s]INFO:specforge.utils:rank 3: device mesh: DeviceMesh((dp=8, tp=1), device: 'cuda', stride: (1, 1))
INFO:specforge.utils:rank 3: Initialized distributed
`torch_dtype` is deprecated! Use `dtype` instead!

Loading checkpoint shards:   0%|          | 0/5 [00:00<?, ?it/s]The following generation flags are not valid and may be ignored: ['output_hidden_states']. Set `TRANSFORMERS_VERBOSITY=info` for more details.

Loading checkpoint shards:   0%|          | 0/5 [00:00<?, ?it/s]
Loading checkpoint shards:   0%|          | 0/5 [00:00<?, ?it/s]
Loading checkpoint shards:  20%|██        | 1/5 [00:00<00:01,  3.59it/s]
Loading checkpoint shards:  20%|██        | 1/5 [00:00<00:01,  3.01it/s]
Loading checkpoint shards:  20%|██        | 1/5 [00:00<00:01,  3.06it/s]
Loading checkpoint shards:  20%|██        | 1/5 [00:00<00:01,  3.09it/s]
Loading checkpoint shards:  20%|██        | 1/5 [00:00<00:01,  3.19it/s]
Loading checkpoint shards:  20%|██        | 1/5 [00:00<00:01,  2.99it/s]
Loading checkpoint shards:  20%|██        | 1/5 [00:00<00:01,  3.00it/s]
Loading checkpoint shards:  20%|██        | 1/5 [00:00<00:01,  3.03it/s]
Loading checkpoint shards:  40%|████      | 2/5 [00:00<00:01,  2.33it/s]
Loading checkpoint shards:  40%|████      | 2/5 [00:00<00:01,  2.37it/s]
Loading checkpoint shards:  40%|████      | 2/5 [00:00<00:01,  2.33it/s]
Loading checkpoint shards:  40%|████      | 2/5 [00:00<00:01,  2.35it/s]
Loading checkpoint shards:  40%|████      | 2/5 [00:00<00:01,  2.34it/s]
Loading checkpoint shards:  40%|████      | 2/5 [00:00<00:01,  2.33it/s]
Loading checkpoint shards:  40%|████      | 2/5 [00:00<00:01,  2.46it/s]
Loading checkpoint shards:  40%|████      | 2/5 [00:00<00:01,  2.33it/s]
Loading checkpoint shards:  60%|██████    | 3/5 [00:01<00:00,  2.32it/s]
Loading checkpoint shards:  60%|██████    | 3/5 [00:01<00:00,  2.33it/s]
Loading checkpoint shards:  60%|██████    | 3/5 [00:01<00:00,  2.35it/s]
Loading checkpoint shards:  60%|██████    | 3/5 [00:01<00:00,  2.33it/s]
Loading checkpoint shards:  60%|██████    | 3/5 [00:01<00:00,  2.32it/s]
Loading checkpoint shards:  60%|██████    | 3/5 [00:01<00:00,  2.32it/s]
Loading checkpoint shards:  60%|██████    | 3/5 [00:01<00:00,  2.32it/s]
Loading checkpoint shards:  60%|██████    | 3/5 [00:01<00:00,  2.39it/s]
Loading checkpoint shards:  80%|████████  | 4/5 [00:01<00:00,  2.58it/s]
Loading checkpoint shards:  80%|████████  | 4/5 [00:01<00:00,  2.59it/s]
Loading checkpoint shards:  80%|████████  | 4/5 [00:01<00:00,  2.58it/s]
Loading checkpoint shards:  80%|████████  | 4/5 [00:01<00:00,  2.60it/s]
Loading checkpoint shards:  80%|████████  | 4/5 [00:01<00:00,  2.63it/s]
Loading checkpoint shards:  80%|████████  | 4/5 [00:01<00:00,  2.59it/s]
Loading checkpoint shards:  80%|████████  | 4/5 [00:01<00:00,  2.58it/s]
Loading checkpoint shards:  80%|████████  | 4/5 [00:01<00:00,  2.58it/s]
Loading checkpoint shards: 100%|██████████| 5/5 [00:01<00:00,  3.14it/s]

Loading checkpoint shards: 100%|██████████| 5/5 [00:01<00:00,  3.25it/s]
Loading checkpoint shards: 100%|██████████| 5/5 [00:01<00:00,  3.16it/s]

Loading checkpoint shards: 100%|██████████| 5/5 [00:01<00:00,  3.14it/s]


Loading checkpoint shards: 100%|██████████| 5/5 [00:01<00:00,  3.18it/s]
Loading checkpoint shards: 100%|██████████| 5/5 [00:01<00:00,  3.15it/s]


Loading checkpoint shards: 100%|██████████| 5/5 [00:01<00:00,  3.14it/s]

Loading checkpoint shards: 100%|██████████| 5/5 [00:01<00:00,  3.15it/s]
INFO:specforge.utils:Loaded draft config from /workspace/hanrui/SpecForge/configs/qwen3-8b-dflash.json
INFO:specforge.utils:Using attention backend: flex_attention
INFO:specforge.utils:Draft config: block_size=16, num_hidden_layers=5, num_target_layers=36
INFO:specforge.utils:Draft model parameters: 1,048,626,432
INFO:specforge.utils:Using mask_token_id: 151669
INFO:specforge.utils:dflash_config: {'mask_token_id': 151669, 'target_layer_ids': [1, 9, 17, 25, 33]}

Generating train split:   0%|          | 0/818627 [00:00<?, ? examples/s]
Generating train split:   0%|          | 0/818627 [00:00<?, ? examples/s]
Generating train split:   0%|          | 0/818627 [00:00<?, ? examples/s]
Generating train split:   0%|          | 0/818627 [00:00<?, ? examples/s]
Generating train split:   0%|          | 0/818627 [00:00<?, ? examples/s]
Generating train split:   0%|          | 0/818627 [00:00<?, ? examples/s]
Generating train split:   3%|▎         | 21099/818627 [00:00<00:26, 30184.78 examples/s]
Generating train split:   3%|▎         | 21099/818627 [00:00<00:27, 29290.16 examples/s]
Generating train split:   3%|▎         | 21099/818627 [00:00<00:23, 34122.92 examples/s]
Generating train split:   3%|▎         | 21099/818627 [00:00<00:22, 34695.66 examples/s]
Generating train split:   3%|▎         | 21099/818627 [00:00<00:22, 34722.03 examples/s]
Generating train split:   3%|▎         | 21099/818627 [00:00<00:22, 34769.63 examples/s]
Generating train split:   5%|▌         | 42198/818627 [00:01<00:17, 44318.34 examples/s]
Generating train split:   5%|▌         | 42198/818627 [00:01<00:17, 43301.44 examples/s]
Generating train split:   5%|▌         | 42198/818627 [00:00<00:16, 46999.94 examples/s]
Generating train split:   5%|▌         | 42198/818627 [00:00<00:16, 47043.81 examples/s]
Generating train split:   5%|▌         | 42198/818627 [00:00<00:16, 47961.38 examples/s]
Generating train split:   5%|▌         | 42198/818627 [00:00<00:16, 48060.30 examples/s]
Generating train split:   8%|▊         | 63297/818627 [00:01<00:13, 54531.31 examples/s]
Generating train split:   8%|▊         | 63297/818627 [00:01<00:14, 52480.22 examples/s]
Generating train split:   8%|▊         | 63297/818627 [00:01<00:13, 56092.49 examples/s]
Generating train split:   8%|▊         | 63297/818627 [00:01<00:13, 55881.96 examples/s]
Generating train split:   8%|▊         | 63297/818627 [00:01<00:13, 57072.77 examples/s]
Generating train split:   8%|▊         | 63297/818627 [00:01<00:13, 57141.84 examples/s]
Generating train split:  10%|█         | 84396/818627 [00:01<00:11, 62899.49 examples/s]
Generating train split:  10%|█         | 84396/818627 [00:01<00:12, 61059.31 examples/s]
Generating train split:  10%|█         | 84396/818627 [00:01<00:11, 63567.42 examples/s]
Generating train split:  10%|█         | 84396/818627 [00:01<00:11, 63835.29 examples/s]
Generating train split:  10%|█         | 84396/818627 [00:01<00:11, 63518.04 examples/s]
Generating train split:  10%|█         | 84396/818627 [00:01<00:11, 64049.25 examples/s]
Generating train split:  15%|█▌        | 123428/818627 [00:02<00:11, 58152.48 examples/s]
Generating train split:  15%|█▌        | 123428/818627 [00:02<00:11, 58700.79 examples/s]
Generating train split:  15%|█▌        | 123428/818627 [00:02<00:11, 59440.82 examples/s]
Generating train split:  15%|█▌        | 123428/818627 [00:02<00:11, 59573.56 examples/s]
Generating train split:  15%|█▌        | 123428/818627 [00:02<00:11, 61098.26 examples/s]
Generating train split:  15%|█▌        | 123428/818627 [00:02<00:11, 60535.42 examples/s]
Generating train split:  18%|█▊        | 144527/818627 [00:02<00:11, 59196.86 examples/s]
Generating train split:  18%|█▊        | 144527/818627 [00:02<00:11, 58151.17 examples/s]
Generating train split:  18%|█▊        | 144527/818627 [00:02<00:11, 60879.36 examples/s]
Generating train split:  18%|█▊        | 144527/818627 [00:02<00:11, 61081.28 examples/s]
Generating train split:  18%|█▊        | 144527/818627 [00:02<00:10, 61894.89 examples/s]
Generating train split:  18%|█▊        | 144527/818627 [00:02<00:10, 62034.46 examples/s]
Generating train split:  20%|██        | 165626/818627 [00:02<00:10, 64258.59 examples/s]
Generating train split:  20%|██        | 165626/818627 [00:02<00:10, 62918.54 examples/s]
Generating train split:  20%|██        | 165626/818627 [00:02<00:10, 65110.06 examples/s]
Generating train split:  20%|██        | 165626/818627 [00:02<00:10, 64719.00 examples/s]
Generating train split:  20%|██        | 165626/818627 [00:02<00:09, 66067.60 examples/s]
Generating train split:  20%|██        | 165626/818627 [00:02<00:10, 63054.98 examples/s]
Generating train split:  23%|██▎       | 186725/818627 [00:03<00:09, 68780.82 examples/s]
Generating train split:  23%|██▎       | 186725/818627 [00:03<00:09, 67392.25 examples/s]
Generating train split:  23%|██▎       | 186725/818627 [00:03<00:09, 68956.37 examples/s]
Generating train split:  23%|██▎       | 186725/818627 [00:03<00:09, 68819.51 examples/s]
Generating train split:  23%|██▎       | 186725/818627 [00:02<00:08, 70322.95 examples/s]
Generating train split:  23%|██▎       | 186725/818627 [00:03<00:09, 63357.13 examples/s]
Generating train split:  28%|██▊       | 225757/818627 [00:03<00:09, 61439.23 examples/s]
Generating train split:  28%|██▊       | 225757/818627 [00:03<00:09, 61107.81 examples/s]
Generating train split:  28%|██▊       | 225757/818627 [00:03<00:09, 64018.57 examples/s]
Generating train split:  28%|██▊       | 225757/818627 [00:03<00:09, 62198.86 examples/s]
Generating train split:  28%|██▊       | 225757/818627 [00:03<00:09, 62838.61 examples/s]
Generating train split:  28%|██▊       | 225757/818627 [00:03<00:09, 59506.60 examples/s]
Generating train split:  30%|███       | 246856/818627 [00:04<00:09, 62609.10 examples/s]
Generating train split:  30%|███       | 246856/818627 [00:04<00:09, 62110.64 examples/s]
Generating train split:  30%|███       | 246856/818627 [00:04<00:08, 63991.90 examples/s]
Generating train split:  30%|███       | 246856/818627 [00:04<00:09, 63088.61 examples/s]
Generating train split:  30%|███       | 246856/818627 [00:04<00:08, 63976.88 examples/s]
Generating train split:  30%|███       | 246856/818627 [00:04<00:09, 61190.35 examples/s]
Generating train split:  33%|███▎      | 267955/818627 [00:04<00:08, 65763.55 examples/s]
Generating train split:  33%|███▎      | 267955/818627 [00:04<00:08, 64459.16 examples/s]
Generating train split:  33%|███▎      | 267955/818627 [00:04<00:08, 66769.53 examples/s]
Generating train split:  33%|███▎      | 267955/818627 [00:04<00:08, 65870.39 examples/s]
Generating train split:  33%|███▎      | 267955/818627 [00:04<00:08, 65707.14 examples/s]
Generating train split:  35%|███▌      | 289054/818627 [00:04<00:07, 68697.15 examples/s]
Generating train split:  35%|███▌      | 289054/818627 [00:04<00:07, 68066.95 examples/s]
Generating train split:  33%|███▎      | 267955/818627 [00:04<00:08, 61551.68 examples/s]
Generating train split:  35%|███▌      | 289054/818627 [00:04<00:07, 70378.25 examples/s]
Generating train split:  35%|███▌      | 289054/818627 [00:04<00:07, 69478.75 examples/s]
Generating train split:  35%|███▌      | 289054/818627 [00:04<00:07, 67340.41 examples/s]
Generating train split:  35%|███▌      | 289054/818627 [00:04<00:08, 64412.98 examples/s]
Generating train split:  40%|████      | 328086/818627 [00:05<00:08, 59752.45 examples/s]
Generating train split:  40%|████      | 328086/818627 [00:05<00:08, 59182.97 examples/s]
Generating train split:  40%|████      | 328086/818627 [00:05<00:07, 61521.85 examples/s]
Generating train split:  40%|████      | 328086/818627 [00:05<00:08, 60983.78 examples/s]
Generating train split:  40%|████      | 328086/818627 [00:05<00:08, 60882.38 examples/s]
Generating train split:  43%|████▎     | 349185/818627 [00:05<00:07, 62743.49 examples/s]
Generating train split:  43%|████▎     | 349185/818627 [00:05<00:07, 61375.58 examples/s]
Generating train split:  40%|████      | 328086/818627 [00:05<00:08, 58179.51 examples/s]
Generating train split:  43%|████▎     | 349185/818627 [00:05<00:07, 64441.07 examples/s]
Generating train split:  43%|████▎     | 349185/818627 [00:05<00:07, 64197.89 examples/s]
Generating train split:  43%|████▎     | 349185/818627 [00:05<00:07, 63319.42 examples/s]
Generating train split:  45%|████▌     | 370284/818627 [00:06<00:06, 66026.11 examples/s]
Generating train split:  45%|████▌     | 370284/818627 [00:06<00:06, 64363.77 examples/s]
Generating train split:  43%|████▎     | 349185/818627 [00:05<00:07, 61655.68 examples/s]
Generating train split:  45%|████▌     | 370284/818627 [00:05<00:06, 66896.52 examples/s]
Generating train split:  45%|████▌     | 370284/818627 [00:05<00:06, 66354.70 examples/s]
Generating train split:  45%|████▌     | 370284/818627 [00:05<00:06, 65676.15 examples/s]
Generating train split:  48%|████▊     | 391383/818627 [00:06<00:05, 72508.41 examples/s]
Generating train split:  48%|████▊     | 391383/818627 [00:06<00:05, 72982.76 examples/s]
Generating train split:  48%|████▊     | 391383/818627 [00:06<00:05, 73546.39 examples/s]
Generating train split:  45%|████▌     | 370284/818627 [00:06<00:06, 64133.55 examples/s]
Generating train split:  48%|████▊     | 391383/818627 [00:06<00:06, 69562.31 examples/s]
Generating train split:  48%|████▊     | 391383/818627 [00:06<00:06, 69977.38 examples/s]
Generating train split:  48%|████▊     | 391383/818627 [00:06<00:06, 70950.94 examples/s]
Generating train split:  53%|█████▎    | 430414/818627 [00:07<00:06, 62847.36 examples/s]
Generating train split:  53%|█████▎    | 430414/818627 [00:07<00:06, 63475.61 examples/s]
Generating train split:  53%|█████▎    | 430414/818627 [00:06<00:05, 65568.13 examples/s]
Generating train split:  53%|█████▎    | 430414/818627 [00:06<00:06, 64396.14 examples/s]
Generating train split:  53%|█████▎    | 430414/818627 [00:06<00:06, 62278.36 examples/s]
Generating train split:  55%|█████▌    | 451513/818627 [00:07<00:05, 65578.21 examples/s]
Generating train split:  55%|█████▌    | 451513/818627 [00:07<00:05, 66099.55 examples/s]
Generating train split:  53%|█████▎    | 430414/818627 [00:07<00:06, 63545.93 examples/s]
Generating train split:  55%|█████▌    | 451513/818627 [00:07<00:05, 67697.59 examples/s]
Generating train split:  55%|█████▌    | 451513/818627 [00:07<00:05, 65305.95 examples/s]
Generating train split:  55%|█████▌    | 451513/818627 [00:07<00:05, 65881.74 examples/s]
Generating train split:  55%|█████▌    | 451513/818627 [00:07<00:05, 66269.06 examples/s]
Generating train split:  58%|█████▊    | 472612/818627 [00:07<00:05, 65565.12 examples/s]
Generating train split:  58%|█████▊    | 472612/818627 [00:07<00:05, 65928.58 examples/s]
Generating train split:  58%|█████▊    | 472612/818627 [00:07<00:05, 67028.74 examples/s]
Generating train split:  58%|█████▊    | 472612/818627 [00:07<00:05, 64089.89 examples/s]
Generating train split:  58%|█████▊    | 472612/818627 [00:07<00:05, 65040.35 examples/s]
Generating train split:  60%|██████    | 493711/818627 [00:07<00:04, 72438.30 examples/s]
Generating train split:  60%|██████    | 493711/818627 [00:07<00:04, 70896.38 examples/s]
Generating train split:  60%|██████    | 493711/818627 [00:07<00:04, 72526.83 examples/s]
Generating train split:  58%|█████▊    | 472612/818627 [00:07<00:05, 66000.13 examples/s]
Generating train split:  60%|██████    | 493711/818627 [00:07<00:04, 71593.45 examples/s]
Generating train split:  60%|██████    | 493711/818627 [00:07<00:04, 69583.21 examples/s]
Generating train split:  60%|██████    | 493711/818627 [00:07<00:04, 71609.91 examples/s]
Generating train split:  65%|██████▌   | 532742/818627 [00:08<00:04, 64237.36 examples/s]
Generating train split:  65%|██████▌   | 532742/818627 [00:08<00:04, 66346.45 examples/s]
Generating train split:  65%|██████▌   | 532742/818627 [00:08<00:04, 63307.49 examples/s]
Generating train split:  65%|██████▌   | 532742/818627 [00:08<00:04, 64457.99 examples/s]
Generating train split:  65%|██████▌   | 532742/818627 [00:08<00:04, 65362.80 examples/s]
Generating train split:  68%|██████▊   | 553841/818627 [00:08<00:04, 66180.16 examples/s]
Generating train split:  68%|██████▊   | 553841/818627 [00:08<00:03, 67389.56 examples/s]
Generating train split:  65%|██████▌   | 532742/818627 [00:08<00:04, 64778.02 examples/s]
Generating train split:  68%|██████▊   | 553841/818627 [00:08<00:03, 66363.87 examples/s]
Generating train split:  68%|██████▊   | 553841/818627 [00:08<00:04, 66160.57 examples/s]
Generating train split:  68%|██████▊   | 553841/818627 [00:08<00:04, 65757.54 examples/s]
Generating train split:  68%|██████▊   | 553841/818627 [00:08<00:03, 67976.99 examples/s]
Generating train split:  70%|███████   | 574940/818627 [00:09<00:03, 65984.68 examples/s]
Generating train split:  70%|███████   | 574940/818627 [00:08<00:03, 67383.15 examples/s]
Generating train split:  70%|███████   | 574940/818627 [00:09<00:03, 66209.44 examples/s]
Generating train split:  70%|███████   | 574940/818627 [00:09<00:03, 64978.09 examples/s]
Generating train split:  70%|███████   | 574940/818627 [00:08<00:03, 65442.84 examples/s]
Generating train split:  73%|███████▎  | 596039/818627 [00:09<00:03, 72410.99 examples/s]
Generating train split:  73%|███████▎  | 596039/818627 [00:09<00:03, 73206.36 examples/s]
Generating train split:  73%|███████▎  | 596039/818627 [00:09<00:03, 71236.24 examples/s]
Generating train split:  70%|███████   | 574940/818627 [00:09<00:03, 66669.98 examples/s]
Generating train split:  73%|███████▎  | 596039/818627 [00:09<00:03, 69597.73 examples/s]
Generating train split:  73%|███████▎  | 596039/818627 [00:09<00:03, 69380.00 examples/s]
Generating train split:  73%|███████▎  | 596039/818627 [00:09<00:03, 72005.14 examples/s]
Generating train split:  78%|███████▊  | 635070/818627 [00:10<00:02, 63552.12 examples/s]
Generating train split:  78%|███████▊  | 635070/818627 [00:09<00:02, 64457.71 examples/s]
Generating train split:  78%|███████▊  | 635070/818627 [00:10<00:02, 63290.83 examples/s]
Generating train split:  78%|███████▊  | 635070/818627 [00:09<00:02, 63815.97 examples/s]
Generating train split:  78%|███████▊  | 635070/818627 [00:10<00:03, 61066.84 examples/s]
Generating train split:  78%|███████▊  | 635070/818627 [00:10<00:02, 65669.49 examples/s]
Generating train split:  80%|████████  | 656169/818627 [00:10<00:02, 65104.45 examples/s]
Generating train split:  80%|████████  | 656169/818627 [00:10<00:02, 65800.97 examples/s]
Generating train split:  80%|████████  | 656169/818627 [00:10<00:02, 65250.39 examples/s]
Generating train split:  80%|████████  | 656169/818627 [00:10<00:02, 64482.34 examples/s]
Generating train split:  80%|████████  | 656169/818627 [00:10<00:02, 61837.59 examples/s]
Generating train split:  80%|████████  | 656169/818627 [00:10<00:02, 65430.70 examples/s]
Generating train split:  83%|████████▎ | 677268/818627 [00:10<00:02, 65369.46 examples/s]
Generating train split:  83%|████████▎ | 677268/818627 [00:10<00:02, 66001.65 examples/s]
Generating train split:  83%|████████▎ | 677268/818627 [00:10<00:02, 64042.23 examples/s]
Generating train split:  83%|████████▎ | 677268/818627 [00:10<00:02, 63328.40 examples/s]
Generating train split:  85%|████████▌ | 698367/818627 [00:10<00:01, 71564.97 examples/s]
Generating train split:  85%|████████▌ | 698367/818627 [00:10<00:01, 72108.87 examples/s]
Generating train split:  83%|████████▎ | 677268/818627 [00:10<00:02, 63195.91 examples/s]
Generating train split:  85%|████████▌ | 698367/818627 [00:10<00:01, 71629.58 examples/s]
Generating train split:  83%|████████▎ | 677268/818627 [00:10<00:02, 64008.56 examples/s]
Generating train split:  85%|████████▌ | 698367/818627 [00:10<00:01, 68936.35 examples/s]
Generating train split:  85%|████████▌ | 698367/818627 [00:10<00:01, 68566.83 examples/s]
Generating train split:  85%|████████▌ | 698367/818627 [00:10<00:01, 72442.85 examples/s]
Generating train split:  90%|█████████ | 737398/818627 [00:11<00:01, 59043.74 examples/s]
Generating train split:  90%|█████████ | 737398/818627 [00:11<00:01, 59035.70 examples/s]
Generating train split:  90%|█████████ | 737398/818627 [00:11<00:01, 59888.53 examples/s]
Generating train split:  90%|█████████ | 737398/818627 [00:11<00:01, 58154.98 examples/s]
Generating train split:  90%|█████████ | 737398/818627 [00:11<00:01, 60985.27 examples/s]
Generating train split:  90%|█████████ | 737398/818627 [00:11<00:01, 57205.06 examples/s]
Generating train split:  93%|█████████▎| 758497/818627 [00:12<00:00, 61076.38 examples/s]
Generating train split:  93%|█████████▎| 758497/818627 [00:11<00:00, 60355.62 examples/s]
Generating train split:  93%|█████████▎| 758497/818627 [00:12<00:00, 61008.83 examples/s]
Generating train split:  93%|█████████▎| 758497/818627 [00:11<00:01, 58650.11 examples/s]
Generating train split:  93%|█████████▎| 758497/818627 [00:12<00:00, 60967.46 examples/s]
Generating train split:  95%|█████████▌| 779596/818627 [00:12<00:00, 64236.32 examples/s]
Generating train split:  95%|█████████▌| 779596/818627 [00:12<00:00, 64730.14 examples/s]
Generating train split:  93%|█████████▎| 758497/818627 [00:12<00:01, 58371.62 examples/s]
Generating train split:  95%|█████████▌| 779596/818627 [00:12<00:00, 63588.42 examples/s]
Generating train split:  98%|█████████▊| 800695/818627 [00:12<00:00, 70482.32 examples/s]
Generating train split:  98%|█████████▊| 800695/818627 [00:12<00:00, 70888.54 examples/s]
Generating train split:  95%|█████████▌| 779596/818627 [00:12<00:00, 62425.16 examples/s]
Generating train split:  98%|█████████▊| 800695/818627 [00:12<00:00, 69709.83 examples/s]
Generating train split:  95%|█████████▌| 779596/818627 [00:12<00:00, 64076.55 examples/s]
Generating train split: 100%|██████████| 818627/818627 [00:12<00:00, 64810.60 examples/s]

Generating train split: 100%|██████████| 818627/818627 [00:12<00:00, 66093.16 examples/s]

Generating train split:  95%|█████████▌| 779596/818627 [00:12<00:00, 61946.30 examples/s]
Generating train split: 100%|██████████| 818627/818627 [00:12<00:00, 64693.00 examples/s]

Generating train split:  98%|█████████▊| 800695/818627 [00:12<00:00, 67077.89 examples/s]
Generating train split:  98%|█████████▊| 800695/818627 [00:12<00:00, 63801.22 examples/s]
Generating train split:  98%|█████████▊| 800695/818627 [00:12<00:00, 65660.63 examples/s]
Generating train split: 100%|██████████| 818627/818627 [00:12<00:00, 64387.73 examples/s]

Generating train split: 100%|██████████| 818627/818627 [00:12<00:00, 64476.90 examples/s]

Generating train split: 100%|██████████| 818627/818627 [00:12<00:00, 64384.02 examples/s]
dataset is cached at ./cache/processed_dataset/252b69054c9279686a64f99c43d294a8.pkl
dataset is cached at ./cache/processed_dataset/252b69054c9279686a64f99c43d294a8.pkl
dataset is cached at ./cache/processed_dataset/252b69054c9279686a64f99c43d294a8.pkl
dataset is cached at ./cache/processed_dataset/252b69054c9279686a64f99c43d294a8.pkl
dataset is cached at ./cache/processed_dataset/252b69054c9279686a64f99c43d294a8.pkl
dataset is cached at ./cache/processed_dataset/252b69054c9279686a64f99c43d294a8.pkl

Map (num_proc=32):   0%|          | 0/818627 [00:00<?, ? examples/s]
Map (num_proc=32):   0%|          | 0/818627 [00:00<?, ? examples/s]dataset is cached at ./cache/processed_dataset/252b69054c9279686a64f99c43d294a8.pkl

Map (num_proc=32):   0%|          | 0/818627 [00:00<?, ? examples/s]
Map (num_proc=32):   0%|          | 0/818627 [00:00<?, ? examples/s]
Map (num_proc=32):   0%|          | 0/818627 [00:00<?, ? examples/s]
Map (num_proc=32):   0%|          | 0/818627 [00:00<?, ? examples/s]dataset is cached at ./cache/processed_dataset/252b69054c9279686a64f99c43d294a8.pkl

Map (num_proc=32):   0%|          | 0/818627 [00:00<?, ? examples/s]
Map (num_proc=32):   0%|          | 0/818627 [00:00<?, ? examples/s]/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
/workspace/hanrui/SpecForge/specforge/data/parse.py:163: UserWarning: The first message is from system, we will use the system prompt from the data and ignore the system prompt from the template
  warnings.warn(
W0405 10:49:27.612000 9727 site-packages/torch/distributed/elastic/agent/server/api.py:725] Received 15 death signal, shutting down workers
W0405 10:49:27.614000 9727 site-packages/torch/distributed/elastic/multiprocessing/api.py:908] Sending process 9814 closing signal SIGTERM
W0405 10:49:27.615000 9727 site-packages/torch/distributed/elastic/multiprocessing/api.py:908] Sending process 9815 closing signal SIGTERM
W0405 10:49:27.616000 9727 site-packages/torch/distributed/elastic/multiprocessing/api.py:908] Sending process 9816 closing signal SIGTERM
W0405 10:49:27.616000 9727 site-packages/torch/distributed/elastic/multiprocessing/api.py:908] Sending process 9817 closing signal SIGTERM
W0405 10:49:27.713000 9727 site-packages/torch/distributed/elastic/multiprocessing/api.py:908] Sending process 9818 closing signal SIGTERM
W0405 10:49:27.713000 9727 site-packages/torch/distributed/elastic/multiprocessing/api.py:908] Sending process 9819 closing signal SIGTERM
W0405 10:49:27.713000 9727 site-packages/torch/distributed/elastic/multiprocessing/api.py:908] Sending process 9820 closing signal SIGTERM
W0405 10:49:27.714000 9727 site-packages/torch/distributed/elastic/multiprocessing/api.py:908] Sending process 9821 closing signal SIGTERM
Traceback (most recent call last):
  File "/workspace/miniconda3/envs/specforge/bin/torchrun", line 6, in <module>
    sys.exit(main())
             ^^^^^^
  File "/workspace/miniconda3/envs/specforge/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 357, in wrapper
    return f(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^
  File "/workspace/miniconda3/envs/specforge/lib/python3.11/site-packages/torch/distributed/run.py", line 936, in main
    run(args)
  File "/workspace/miniconda3/envs/specforge/lib/python3.11/site-packages/torch/distributed/run.py", line 927, in run
    elastic_launch(
  File "/workspace/miniconda3/envs/specforge/lib/python3.11/site-packages/torch/distributed/launcher/api.py", line 156, in __call__
    return launch_agent(self._config, self._entrypoint, list(args))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/workspace/miniconda3/envs/specforge/lib/python3.11/site-packages/torch/distributed/launcher/api.py", line 284, in launch_agent
    result = agent.run()
             ^^^^^^^^^^^
  File "/workspace/miniconda3/envs/specforge/lib/python3.11/site-packages/torch/distributed/elastic/metrics/api.py", line 138, in wrapper
    result = f(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^
  File "/workspace/miniconda3/envs/specforge/lib/python3.11/site-packages/torch/distributed/elastic/agent/server/api.py", line 717, in run
    result = self._invoke_run(role)
             ^^^^^^^^^^^^^^^^^^^^^^
  File "/workspace/miniconda3/envs/specforge/lib/python3.11/site-packages/torch/distributed/elastic/agent/server/api.py", line 881, in _invoke_run
    time.sleep(monitor_interval)
  File "/workspace/miniconda3/envs/specforge/lib/python3.11/site-packages/torch/distributed/elastic/multiprocessing/api.py", line 85, in _terminate_process_handler
    raise SignalException(f"Process {os.getpid()} got signal: {sigval}", sigval=sigval)
torch.distributed.elastic.multiprocessing.api.SignalException: Process 9727 got signal: 15