ninaxu commited on
Commit
3f767aa
·
verified ·
1 Parent(s): d9b661b

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.log +26 -0
pipeline.log CHANGED
@@ -24,3 +24,29 @@ AttributeError: num_examples
24
 
25
  [2024-07-31 16:56:28] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
26
  [2024-07-31 16:56:28] INFO 🏁 Finished running step 'fake_unique_id_0'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  [2024-07-31 16:56:28] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
26
  [2024-07-31 16:56:28] INFO 🏁 Finished running step 'fake_unique_id_0'
27
+ [2024-07-31 16:58:50] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
28
+ [2024-07-31 16:58:50] INFO ⏳ Waiting for all the steps to load...
29
+ [2024-07-31 16:58:52] INFO ⏳ Steps loaded: 2/2
30
+ * 'load_data_from_dicts_0' workers: 1
31
+ * 'fake_unique_id_0' workers: 1
32
+ [2024-07-31 16:58:52] INFO ✅ All the steps have been loaded!
33
+ [2024-07-31 16:58:52] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
34
+ [2024-07-31 16:58:52] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
35
+ [2024-07-31 16:58:52] INFO 🏁 Finished running step 'load_data_from_dicts_0'
36
+ [2024-07-31 16:58:52] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
37
+ [2024-07-31 16:58:52] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
38
+ [2024-07-31 16:58:52] 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 66, in process
46
+ input["column_content"] = [faker_function(**faker_args) if faker_args else faker_function() for i in range(FakeUniqueId.num_examples)]
47
+ File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/pydantic/_internal/_model_construction.py", line 237, in __getattr__
48
+ raise AttributeError(item)
49
+ AttributeError: num_examples
50
+
51
+ [2024-07-31 16:58:52] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
52
+ [2024-07-31 16:58:52] INFO 🏁 Finished running step 'fake_unique_id_0'