Upload pipeline.log with huggingface_hub
Browse files- pipeline.log +150 -14
pipeline.log
CHANGED
@@ -1,16 +1,152 @@
|
|
1 |
-
[2024-07-31
|
2 |
-
[2024-07-31
|
3 |
-
[2024-07-31
|
4 |
* 'load_data_from_dicts_0' workers: 1
|
5 |
* 'fake_unique_id_0' workers: 1
|
6 |
-
|
7 |
-
[2024-07-31
|
8 |
-
[2024-07-31
|
9 |
-
[2024-07-31
|
10 |
-
[2024-07-31
|
11 |
-
[2024-07-31
|
12 |
-
[2024-07-31
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[2024-07-31 16:56:25] INFO π Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
|
2 |
+
[2024-07-31 16:56:25] INFO β³ Waiting for all the steps to load...
|
3 |
+
[2024-07-31 16:56:28] INFO β³ Steps loaded: 2/2
|
4 |
* 'load_data_from_dicts_0' workers: 1
|
5 |
* 'fake_unique_id_0' workers: 1
|
6 |
+
[2024-07-31 16:56:28] INFO β
All the steps have been loaded!
|
7 |
+
[2024-07-31 16:56:28] INFO 𧬠Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
|
8 |
+
[2024-07-31 16:56:28] INFO π¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
|
9 |
+
[2024-07-31 16:56:28] INFO π Finished running step 'load_data_from_dicts_0'
|
10 |
+
[2024-07-31 16:56:28] INFO π¦ Processing batch 0 in 'fake_unique_id_0'
|
11 |
+
[2024-07-31 16:56:28] WARNING β οΈ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
|
12 |
+
[2024-07-31 16:56:28] 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 66, in process
|
20 |
+
input["column_content"] = [faker_function(**faker_args) if faker_args else faker_function() for i in range(FakeUniqueId.num_examples)]
|
21 |
+
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__
|
22 |
+
raise AttributeError(item)
|
23 |
+
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'
|
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'
|
53 |
+
[2024-07-31 16:59:33] INFO π Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
|
54 |
+
[2024-07-31 16:59:33] INFO β³ Waiting for all the steps to load...
|
55 |
+
[2024-07-31 16:59:36] INFO β³ Steps loaded: 2/2
|
56 |
+
* 'load_data_from_dicts_0' workers: 1
|
57 |
+
* 'fake_unique_id_0' workers: 1
|
58 |
+
[2024-07-31 16:59:36] INFO β
All the steps have been loaded!
|
59 |
+
[2024-07-31 16:59:36] INFO 𧬠Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
|
60 |
+
[2024-07-31 16:59:36] INFO π¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
|
61 |
+
[2024-07-31 16:59:36] INFO π Finished running step 'load_data_from_dicts_0'
|
62 |
+
[2024-07-31 16:59:36] INFO π¦ Processing batch 0 in 'fake_unique_id_0'
|
63 |
+
[2024-07-31 16:59:36] WARNING β οΈ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
|
64 |
+
[2024-07-31 16:59:36] WARNING Subprocess traceback:
|
65 |
+
|
66 |
+
Traceback (most recent call last):
|
67 |
+
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
|
68 |
+
result = next(self.step.process_applying_mappings(*batch.data))
|
69 |
+
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
|
70 |
+
for output_rows in generator:
|
71 |
+
File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 66, in process
|
72 |
+
input["column_content"] = [faker_function(**faker_args) if faker_args else faker_function() for i in range(self.num_examples)]
|
73 |
+
File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 66, in <listcomp>
|
74 |
+
input["column_content"] = [faker_function(**faker_args) if faker_args else faker_function() for i in range(self.num_examples)]
|
75 |
+
File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/faker/proxy.py", line 339, in wrapper
|
76 |
+
retval = function(*args, **kwargs)
|
77 |
+
TypeError: numerify() got an unexpected keyword argument 'letters'
|
78 |
+
|
79 |
+
[2024-07-31 16:59:36] INFO π¨ Step 'fake_unique_id_0' sending batch 0 to output queue
|
80 |
+
[2024-07-31 16:59:36] INFO π Finished running step 'fake_unique_id_0'
|
81 |
+
[2024-07-31 16:59:58] INFO π Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
|
82 |
+
[2024-07-31 16:59:58] INFO β³ Waiting for all the steps to load...
|
83 |
+
[2024-07-31 17:00:01] INFO β³ Steps loaded: 2/2
|
84 |
+
* 'load_data_from_dicts_0' workers: 1
|
85 |
+
* 'fake_unique_id_0' workers: 1
|
86 |
+
[2024-07-31 17:00:01] INFO β
All the steps have been loaded!
|
87 |
+
[2024-07-31 17:00:01] INFO 𧬠Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
|
88 |
+
[2024-07-31 17:00:01] INFO π¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
|
89 |
+
[2024-07-31 17:00:01] INFO π Finished running step 'load_data_from_dicts_0'
|
90 |
+
[2024-07-31 17:00:01] INFO π¦ Processing batch 0 in 'fake_unique_id_0'
|
91 |
+
[2024-07-31 17:00:01] INFO π¨ Step 'fake_unique_id_0' sending batch 0 to output queue
|
92 |
+
[2024-07-31 17:00:01] INFO π Finished running step 'fake_unique_id_0'
|
93 |
+
[2024-07-31 20:15:47] INFO π Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
|
94 |
+
[2024-07-31 20:15:47] INFO β³ Waiting for all the steps to load...
|
95 |
+
[2024-07-31 20:15:50] INFO β³ Steps loaded: 2/2
|
96 |
+
* 'load_data_from_dicts_0' workers: 1
|
97 |
+
* 'fake_unique_id_0' workers: 1
|
98 |
+
[2024-07-31 20:15:50] INFO β
All the steps have been loaded!
|
99 |
+
[2024-07-31 20:15:50] INFO 𧬠Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
|
100 |
+
[2024-07-31 20:15:50] INFO π¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
|
101 |
+
[2024-07-31 20:15:50] INFO π Finished running step 'load_data_from_dicts_0'
|
102 |
+
[2024-07-31 20:15:50] INFO π¦ Processing batch 0 in 'fake_unique_id_0'
|
103 |
+
[2024-07-31 20:15:50] WARNING β οΈ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
|
104 |
+
[2024-07-31 20:15:50] WARNING Subprocess traceback:
|
105 |
+
|
106 |
+
Traceback (most recent call last):
|
107 |
+
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
|
108 |
+
result = next(self.step.process_applying_mappings(*batch.data))
|
109 |
+
File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 513, in process_applying_mappings
|
110 |
+
yield [
|
111 |
+
File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 519, in <listcomp>
|
112 |
+
for k, v in row.items()
|
113 |
+
AttributeError: 'str' object has no attribute 'items'
|
114 |
+
|
115 |
+
[2024-07-31 20:15:50] INFO π¨ Step 'fake_unique_id_0' sending batch 0 to output queue
|
116 |
+
[2024-07-31 20:15:50] INFO π Finished running step 'fake_unique_id_0'
|
117 |
+
[2024-07-31 20:31:40] INFO π Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
|
118 |
+
[2024-07-31 20:31:40] INFO β³ Waiting for all the steps to load...
|
119 |
+
[2024-07-31 20:31:43] INFO β³ Steps loaded: 2/2
|
120 |
+
* 'load_data_from_dicts_0' workers: 1
|
121 |
+
* 'fake_unique_id_0' workers: 1
|
122 |
+
[2024-07-31 20:31:43] INFO β
All the steps have been loaded!
|
123 |
+
[2024-07-31 20:31:43] INFO 𧬠Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
|
124 |
+
[2024-07-31 20:31:43] INFO π¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
|
125 |
+
[2024-07-31 20:31:43] INFO π Finished running step 'load_data_from_dicts_0'
|
126 |
+
[2024-07-31 20:31:43] INFO π¦ Processing batch 0 in 'fake_unique_id_0'
|
127 |
+
[2024-07-31 20:31:43] WARNING β οΈ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
|
128 |
+
[2024-07-31 20:31:43] WARNING Subprocess traceback:
|
129 |
+
|
130 |
+
Traceback (most recent call last):
|
131 |
+
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
|
132 |
+
result = next(self.step.process_applying_mappings(*batch.data))
|
133 |
+
File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 513, in process_applying_mappings
|
134 |
+
yield [
|
135 |
+
File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 519, in <listcomp>
|
136 |
+
for k, v in row.items()
|
137 |
+
AttributeError: 'str' object has no attribute 'items'
|
138 |
+
|
139 |
+
[2024-07-31 20:31:43] INFO π¨ Step 'fake_unique_id_0' sending batch 0 to output queue
|
140 |
+
[2024-07-31 20:31:43] INFO π Finished running step 'fake_unique_id_0'
|
141 |
+
[2024-07-31 20:46:28] INFO π Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/4c8d9c2318e1e9216d6b2d9ed2b6aee4bda818d5/data'
|
142 |
+
[2024-07-31 20:46:28] INFO β³ Waiting for all the steps to load...
|
143 |
+
[2024-07-31 20:46:30] INFO β³ Steps loaded: 2/2
|
144 |
+
* 'load_data_from_dicts_0' workers: 1
|
145 |
+
* 'fake_unique_id_0' workers: 1
|
146 |
+
[2024-07-31 20:46:30] INFO β
All the steps have been loaded!
|
147 |
+
[2024-07-31 20:46:30] INFO 𧬠Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
|
148 |
+
[2024-07-31 20:46:30] INFO π¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
|
149 |
+
[2024-07-31 20:46:30] INFO π Finished running step 'load_data_from_dicts_0'
|
150 |
+
[2024-07-31 20:46:30] INFO π¦ Processing batch 0 in 'fake_unique_id_0'
|
151 |
+
[2024-07-31 20:46:30] INFO π¨ Step 'fake_unique_id_0' sending batch 0 to output queue
|
152 |
+
[2024-07-31 20:46:30] INFO π Finished running step 'fake_unique_id_0'
|