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

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.log +24 -0
pipeline.log CHANGED
@@ -24,3 +24,27 @@ NameError: name 'fake' is not defined
24
 
25
  [2024-07-31 15:31:38] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
26
  [2024-07-31 15:31:38] INFO 🏁 Finished running step 'fake_unique_id_0'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  [2024-07-31 15:31:38] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
26
  [2024-07-31 15:31:38] INFO 🏁 Finished running step 'fake_unique_id_0'
27
+ [2024-07-31 15:32:33] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
28
+ [2024-07-31 15:32:33] INFO ⏳ Waiting for all the steps to load...
29
+ [2024-07-31 15:32:36] INFO ⏳ Steps loaded: 2/2
30
+ * 'load_data_from_dicts_0' workers: 1
31
+ * 'fake_unique_id_0' workers: 1
32
+ [2024-07-31 15:32:36] INFO ✅ All the steps have been loaded!
33
+ [2024-07-31 15:32:36] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
34
+ [2024-07-31 15:32:36] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
35
+ [2024-07-31 15:32:36] INFO 🏁 Finished running step 'load_data_from_dicts_0'
36
+ [2024-07-31 15:32:36] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
37
+ [2024-07-31 15:32:36] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
38
+ [2024-07-31 15:32:36] WARNING Subprocess traceback:
39
+
40
+ Traceback (most recent call last):
41
+ 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
42
+ result = next(self.step.process_applying_mappings(*batch.data))
43
+ 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
44
+ for output_rows in generator:
45
+ File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 65, in process
46
+ faker_args = input["id_faker_arguments"]["args"]
47
+ 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'