ninaxu commited on
Commit
07cc7fd
·
verified ·
1 Parent(s): fd0ee73

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.log +40 -16
pipeline.log CHANGED
@@ -1,27 +1,51 @@
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'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2024-07-17 20:37:30] INFO 📝 Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/data'
2
+ [2024-07-17 20:37:30] INFO ⏳ Waiting for all the steps to load...
3
+ [2024-07-17 20:37:32] INFO ⏳ Steps loaded: 2/2
4
  * 'load_data_from_dicts_0' workers: 1
5
  * 'fake_unique_i_d_0' workers: 1
6
+ [2024-07-17 20:37:32] INFO ✅ All the steps have been loaded!
7
+ [2024-07-17 20:37:32] INFO 🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
8
+ [2024-07-17 20:37:32] INFO 📨 Step 'load_data_from_dicts_0' sending batch 0 to output queue
9
+ [2024-07-17 20:37:32] INFO 🏁 Finished running step 'load_data_from_dicts_0'
10
+ [2024-07-17 20:37:32] INFO 📦 Processing batch 0 in 'fake_unique_i_d_0'
11
+ [2024-07-17 20:37:32] WARNING ⚠️ Processing batch 0 with step 'fake_unique_i_d_0' failed. Sending empty batch filled with `None`s...
12
+ [2024-07-17 20:37:32] 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 25, in process
20
+ input["column_content"] = {column_name:[eval(faker_code) for i in range(50)]}
21
+ File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 25, in <listcomp>
22
+ input["column_content"] = {column_name:[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-17 20:37:32] INFO 📨 Step 'fake_unique_i_d_0' sending batch 0 to output queue
27
+ [2024-07-17 20:37:32] INFO 🏁 Finished running step 'fake_unique_i_d_0'
28
+ [2024-07-17 20:40:36] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
29
+ [2024-07-17 20:40:36] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...
30
+ [2024-07-17 20:44:11] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
31
+ [2024-07-17 20:44:11] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...
32
+ [2024-07-17 20:45:32] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
33
+ [2024-07-17 20:45:32] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...
34
+ [2024-07-17 20:46:09] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
35
+ [2024-07-17 20:46:09] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...
36
+ [2024-07-17 20:53:13] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
37
+ [2024-07-17 20:53:13] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...
38
+ [2024-07-17 21:00:39] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
39
+ [2024-07-17 21:00:39] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...
40
+ [2024-07-17 21:05:31] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
41
+ [2024-07-17 21:05:31] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...
42
+ [2024-07-18 13:25:46] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
43
+ [2024-07-18 13:25:46] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...
44
+ [2024-07-18 13:29:14] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
45
+ [2024-07-18 13:29:14] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...
46
+ [2024-07-18 13:31:09] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
47
+ [2024-07-18 13:31:09] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...
48
+ [2024-07-18 13:34:12] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
49
+ [2024-07-18 13:34:12] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...
50
+ [2024-07-18 13:43:13] INFO 💾 Loading `_BatchManager` from cache: '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/956d39a8c9821edc4421dbbd51514d625fd809c0/batch_manager.json'
51
+ [2024-07-18 13:43:13] INFO 💾 Loaded batch manager from cache doesn't contain any remaining data. Returning `Distiset` from cache data...