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

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.log +24 -0
pipeline.log CHANGED
@@ -72,3 +72,27 @@ 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'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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'
75
+ [2024-07-31 16:48:54] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
76
+ [2024-07-31 16:48:54] INFO ⏳ Waiting for all the steps to load...
77
+ [2024-07-31 16:48:56] INFO ⏳ Steps loaded: 2/2
78
+ * 'load_data_from_dicts_0' workers: 1
79
+ * 'fake_unique_id_0' workers: 1
80
+ [2024-07-31 16:48:56] INFO ✅ All the steps have been loaded!
81
+ [2024-07-31 16:48:56] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
82
+ [2024-07-31 16:48:56] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
83
+ [2024-07-31 16:48:56] INFO 🏁 Finished running step 'load_data_from_dicts_0'
84
+ [2024-07-31 16:48:56] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
85
+ [2024-07-31 16:48:56] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
86
+ [2024-07-31 16:48:56] WARNING Subprocess traceback:
87
+
88
+ Traceback (most recent call last):
89
+ 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
90
+ result = next(self.step.process_applying_mappings(*batch.data))
91
+ 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
92
+ for output_rows in generator:
93
+ File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 65, in process
94
+ faker_args = input["id_faker_arguments"]["args"]
95
+ KeyError: 'id_faker_arguments'
96
+
97
+ [2024-07-31 16:48:56] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
98
+ [2024-07-31 16:48:56] INFO 🏁 Finished running step 'fake_unique_id_0'