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

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.log +24 -10
pipeline.log CHANGED
@@ -1,12 +1,26 @@
1
- [2024-07-18 19:11:12] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/939233c3e803be519089d82567ed586d6eb2efdf/data'
2
- [2024-07-18 19:11:12] INFO ⏳ Waiting for all the steps to load...
3
- [2024-07-18 19:11:15] INFO ⏳ Steps loaded: 2/2
4
  * 'load_data_from_dicts_0' workers: 1
5
  * 'fake_unique_id_0' workers: 1
6
- [2024-07-18 19:11:15] INFO ✅ All the steps have been loaded!
7
- [2024-07-18 19:11:15] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
8
- [2024-07-18 19:11:15] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
9
- [2024-07-18 19:11:15] INFO 🏁 Finished running step 'load_data_from_dicts_0'
10
- [2024-07-18 19:11:15] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
11
- [2024-07-18 19:11:15] INFO 📨 Step 'fake_unique_id_0' sending batch 0 to output queue
12
- [2024-07-18 19:11:15] INFO 🏁 Finished running step 'fake_unique_id_0'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2024-07-31 15:31:35] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
2
+ [2024-07-31 15:31:35] INFO ⏳ Waiting for all the steps to load...
3
+ [2024-07-31 15:31:38] INFO ⏳ Steps loaded: 2/2
4
  * 'load_data_from_dicts_0' workers: 1
5
  * 'fake_unique_id_0' workers: 1
6
+ [2024-07-31 15:31:38] INFO ✅ All the steps have been loaded!
7
+ [2024-07-31 15:31:38] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
8
+ [2024-07-31 15:31:38] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
9
+ [2024-07-31 15:31:38] INFO 🏁 Finished running step 'load_data_from_dicts_0'
10
+ [2024-07-31 15:31:38] INFO 📦 Processing batch 0 in 'fake_unique_id_0'
11
+ [2024-07-31 15:31:38] WARNING ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
12
+ [2024-07-31 15:31:38] WARNING Subprocess traceback:
13
+
14
+ Traceback (most recent call last):
15
+ 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
16
+ result = next(self.step.process_applying_mappings(*batch.data))
17
+ 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
18
+ for output_rows in generator:
19
+ File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 63, in process
20
+ faker_function = self.get_faker_function(input["id_faker_argments"]["type"])
21
+ File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 52, in get_faker_function
22
+ return fake.unique.numerify()
23
+ 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'