ninaxu commited on
Commit
93916a6
·
verified ·
1 Parent(s): 020a6fc

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.log +25 -10
pipeline.log CHANGED
@@ -1,12 +1,27 @@
1
- [2024-07-18 13:38:37] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline-2/956d39a8c9821edc4421dbbd51514d625fd809c0/data'
2
- [2024-07-18 13:38:37] INFO ⏳ Waiting for all the steps to load...
3
- [2024-07-18 13:38:40] INFO ⏳ Steps loaded: 2/2
4
  * 'load_data_from_dicts_0' workers: 1
5
  * 'fake_unique_i_d_0' workers: 1
6
- [2024-07-18 13:38:40] INFO ✅ All the steps have been loaded!
7
- [2024-07-18 13:38:40] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
8
- [2024-07-18 13:38:40] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
9
- [2024-07-18 13:38:40] INFO 🏁 Finished running step 'load_data_from_dicts_0'
10
- [2024-07-18 13:38:40] INFO 📦 Processing batch 0 in 'fake_unique_i_d_0'
11
- [2024-07-18 13:38:40] INFO 📨 Step 'fake_unique_i_d_0' sending batch 0 to output queue
12
- [2024-07-18 13:38:40] INFO 🏁 Finished running step 'fake_unique_i_d_0'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2024-07-18 13:40:35] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline-3/956d39a8c9821edc4421dbbd51514d625fd809c0/data'
2
+ [2024-07-18 13:40:35] INFO ⏳ Waiting for all the steps to load...
3
+ [2024-07-18 13:40:37] INFO ⏳ Steps loaded: 2/2
4
  * 'load_data_from_dicts_0' workers: 1
5
  * 'fake_unique_i_d_0' workers: 1
6
+ [2024-07-18 13:40:37] INFO ✅ All the steps have been loaded!
7
+ [2024-07-18 13:40:37] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
8
+ [2024-07-18 13:40:37] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
9
+ [2024-07-18 13:40:37] INFO 🏁 Finished running step 'load_data_from_dicts_0'
10
+ [2024-07-18 13:40:37] INFO 📦 Processing batch 0 in 'fake_unique_i_d_0'
11
+ [2024-07-18 13:40:37] WARNING ⚠️ Processing batch 0 with step 'fake_unique_i_d_0' failed. Sending empty batch filled with `None`s...
12
+ [2024-07-18 13:40:37] WARNING Subprocess traceback:
13
+
14
+ Traceback (most recent call last):
15
+ File "/home/nina_xu_gretel_ai/.pyenv/versions/playground/lib/python3.9/site-packages/distilabel/pipeline/local.py", line 512, in _non_generator_process_loop
16
+ result = next(self.step.process_applying_mappings(*batch.data))
17
+ File "/home/nina_xu_gretel_ai/.pyenv/versions/playground/lib/python3.9/site-packages/distilabel/steps/base.py", line 512, in process_applying_mappings
18
+ for output_rows in generator:
19
+ File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 50, in process
20
+ column_content = [eval(faker_code) for i in range(50)]
21
+ File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 50, in <listcomp>
22
+ column_content = [eval(faker_code) for i in range(50)]
23
+ File "<string>", line 1, in <module>
24
+ NameError: name 'fake' is not defined
25
+
26
+ [2024-07-18 13:40:37] INFO 📨 Step 'fake_unique_i_d_0' sending batch 0 to output queue
27
+ [2024-07-18 13:40:37] INFO 🏁 Finished running step 'fake_unique_i_d_0'