ninaxu commited on
Commit
a18289f
·
verified ·
1 Parent(s): fbfb86e

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.log +24 -0
pipeline.log CHANGED
@@ -48,3 +48,27 @@ KeyError: 'id_faker_arguments'
48
 
49
  [2024-07-31 15:32:36] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
50
  [2024-07-31 15:32:36] INFO 🏁 Finished running step 'fake_unique_id_0'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
  [2024-07-31 15:32:36] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
50
  [2024-07-31 15:32:36] INFO 🏁 Finished running step 'fake_unique_id_0'
51
+ [2024-07-31 15:34:59] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
52
+ [2024-07-31 15:34:59] INFO ⏳ Waiting for all the steps to load...
53
+ [2024-07-31 15:35:02] INFO ⏳ Steps loaded: 2/2
54
+ * 'load_data_from_dicts_0' workers: 1
55
+ * 'fake_unique_id_0' workers: 1
56
+ [2024-07-31 15:35:02] INFO ✅ All the steps have been loaded!
57
+ [2024-07-31 15:35:02] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
58
+ [2024-07-31 15:35:02] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
59
+ [2024-07-31 15:35:02] INFO 🏁 Finished running step 'load_data_from_dicts_0'
60
+ [2024-07-31 15:35:02] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
61
+ [2024-07-31 15:35:02] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
62
+ [2024-07-31 15:35:02] WARNING Subprocess traceback:
63
+
64
+ Traceback (most recent call last):
65
+ File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/pipeline/local.py", line 512, in _non_generator_process_loop
66
+ result = next(self.step.process_applying_mappings(*batch.data))
67
+ File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 512, in process_applying_mappings
68
+ for output_rows in generator:
69
+ File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 65, in process
70
+ faker_args = input["id_faker_arguments"]["args"]
71
+ KeyError: 'id_faker_arguments'
72
+
73
+ [2024-07-31 15:35:02] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
74
+ [2024-07-31 15:35:02] INFO 🏁 Finished running step 'fake_unique_id_0'