Upload pipeline.log with huggingface_hub
Browse files- pipeline.log +36 -68
pipeline.log
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
[2024-09-05 18:
|
2 |
-
[2024-09-05 18:
|
3 |
* Stage 0: ['load_data', 'flux_schnell', 'flux_dev', 'sdxl', 'opendalle', 'group_columns_0', 'keep_columns_0']
|
4 |
-
[2024-09-05 18:
|
5 |
-
[2024-09-05 18:
|
6 |
-
[2024-09-05 18:
|
7 |
-
[2024-09-05 18:
|
8 |
-
[2024-09-05 18:
|
9 |
-
[2024-09-05 18:
|
10 |
* 'load_data' replicas: 0/1
|
11 |
* 'flux_schnell' replicas: 1/1
|
12 |
* 'flux_dev' replicas: 1/1
|
@@ -14,7 +14,7 @@
|
|
14 |
* 'opendalle' replicas: 1/1
|
15 |
* 'group_columns_0' replicas: 1/1
|
16 |
* 'keep_columns_0' replicas: 1/1
|
17 |
-
[2024-09-05 18:
|
18 |
* 'load_data' replicas: 1/1
|
19 |
* 'flux_schnell' replicas: 1/1
|
20 |
* 'flux_dev' replicas: 1/1
|
@@ -22,62 +22,30 @@
|
|
22 |
* 'opendalle' replicas: 1/1
|
23 |
* 'group_columns_0' replicas: 1/1
|
24 |
* 'keep_columns_0' replicas: 1/1
|
25 |
-
[2024-09-05 18:
|
26 |
-
[2024-09-05 18:
|
27 |
-
[2024-09-05 18:
|
28 |
-
[2024-09-05 18:
|
29 |
-
[2024-09-05 18:
|
30 |
-
[2024-09-05 18:
|
31 |
-
[2024-09-05 18:
|
32 |
-
[2024-09-05 18:
|
33 |
-
[2024-09-05 18:
|
34 |
-
[2024-09-05 18:
|
35 |
-
[2024-09-05 18:
|
36 |
-
[2024-09-05 18:
|
37 |
-
[2024-09-05 18:
|
38 |
-
[2024-09-05 18:
|
39 |
-
[2024-09-05 18:
|
40 |
-
[2024-09-05 18:
|
41 |
-
[2024-09-05 18:
|
42 |
-
[2024-09-05 18:
|
43 |
-
[2024-09-05 18:
|
44 |
-
[2024-09-05 18:
|
45 |
-
[2024-09-05 18:
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
File "/Users/danielvilasuero/argilla/community-sprints/create_dataset.py", line 54, in process
|
53 |
-
outputs = self.llm.generate_outputs(
|
54 |
-
File "/Users/danielvilasuero/argilla/distilabel/src/distilabel/llms/base.py", line 191, in generate_outputs
|
55 |
-
return self.generate(inputs=inputs, num_generations=num_generations, **kwargs)
|
56 |
-
File "/Users/danielvilasuero/argilla/distilabel/src/distilabel/llms/base.py", line 492, in generate
|
57 |
-
return self.event_loop.run_until_complete(
|
58 |
-
File "/Users/danielvilasuero/.pyenv/versions/3.10.5/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
|
59 |
-
return future.result()
|
60 |
-
File "/Users/danielvilasuero/argilla/distilabel/src/distilabel/llms/base.py", line 469, in _agenerate
|
61 |
-
outputs = [outputs[0] for outputs in await asyncio.gather(*tasks)]
|
62 |
-
File "/Users/danielvilasuero/argilla/community-sprints/create_dataset.py", line 22, in agenerate
|
63 |
-
image = await client.text_to_image(prompt)
|
64 |
-
File "/Users/danielvilasuero/.pyenv/versions/3.10.5/lib/python3.10/site-packages/huggingface_hub/inference/_generated/_async_client.py", line 2299, in text_to_image
|
65 |
-
response = await self.post(json=payload, model=model, task="text-to-image")
|
66 |
-
File "/Users/danielvilasuero/.pyenv/versions/3.10.5/lib/python3.10/site-packages/huggingface_hub/inference/_generated/_async_client.py", line 323, in post
|
67 |
-
raise error
|
68 |
-
File "/Users/danielvilasuero/.pyenv/versions/3.10.5/lib/python3.10/site-packages/huggingface_hub/inference/_generated/_async_client.py", line 290, in post
|
69 |
-
response.raise_for_status()
|
70 |
-
File "/Users/danielvilasuero/.pyenv/versions/3.10.5/lib/python3.10/site-packages/aiohttp/client_reqrep.py", line 1093, in raise_for_status
|
71 |
-
raise ClientResponseError(
|
72 |
-
aiohttp.client_exceptions.ClientResponseError: 504, message='Gateway Timeout', url='https://api-inference.huggingface.co/models/dataautogpt3/OpenDalleV1.1'
|
73 |
-
|
74 |
-
[2024-09-05 18:36:11] INFO π¨ Step 'opendalle' sending batch 0 to output queue
|
75 |
-
[2024-09-05 18:36:11] INFO π Finished running step 'opendalle' (replica ID: 0)
|
76 |
-
[2024-09-05 18:36:11] INFO π¦ Processing batch 0 in 'group_columns_0' (replica ID: 0)
|
77 |
-
[2024-09-05 18:36:11] INFO π¨ Step 'group_columns_0' sending batch 0 to output queue
|
78 |
-
[2024-09-05 18:36:11] INFO π Finished running step 'group_columns_0' (replica ID: 0)
|
79 |
-
[2024-09-05 18:36:11] INFO π Finished running step 'sdxl' (replica ID: 0)
|
80 |
-
[2024-09-05 18:36:11] INFO π Finished running step 'flux_schnell' (replica ID: 0)
|
81 |
-
[2024-09-05 18:36:11] INFO π¦ Processing batch 0 in 'keep_columns_0' (replica ID: 0)
|
82 |
-
[2024-09-05 18:36:11] INFO π¨ Step 'keep_columns_0' sending batch 0 to output queue
|
83 |
-
[2024-09-05 18:36:11] INFO π Finished running step 'keep_columns_0' (replica ID: 0)
|
|
|
1 |
+
[2024-09-05 18:38:13] INFO π Pipeline data will be written to '/Users/danielvilasuero/.cache/distilabel/pipelines/image_generation_pipeline/50ad858dfde5c769ff994f3b78cf9265e3e64942/data/steps_outputs'
|
2 |
+
[2024-09-05 18:38:13] INFO β The steps of the pipeline will be loaded in stages:
|
3 |
* Stage 0: ['load_data', 'flux_schnell', 'flux_dev', 'sdxl', 'opendalle', 'group_columns_0', 'keep_columns_0']
|
4 |
+
[2024-09-05 18:38:14] INFO β³ Waiting for all the steps of stage 0 to load...
|
5 |
+
[2024-09-05 18:38:17] WARNING Since the `base_url=https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-xl-base-1.0` is available and either one of `model_id` or `endpoint_name` is also provided, the `base_url` will either be ignored or overwritten with the one generated from either of those args, for serverless or dedicated inference endpoints, respectively.
|
6 |
+
[2024-09-05 18:38:17] WARNING Since the `base_url=https://api-inference.huggingface.co/models/dataautogpt3/OpenDalleV1.1` is available and either one of `model_id` or `endpoint_name` is also provided, the `base_url` will either be ignored or overwritten with the one generated from either of those args, for serverless or dedicated inference endpoints, respectively.
|
7 |
+
[2024-09-05 18:38:17] WARNING Since the `base_url=https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-dev` is available and either one of `model_id` or `endpoint_name` is also provided, the `base_url` will either be ignored or overwritten with the one generated from either of those args, for serverless or dedicated inference endpoints, respectively.
|
8 |
+
[2024-09-05 18:38:17] WARNING Since the `base_url=https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell` is available and either one of `model_id` or `endpoint_name` is also provided, the `base_url` will either be ignored or overwritten with the one generated from either of those args, for serverless or dedicated inference endpoints, respectively.
|
9 |
+
[2024-09-05 18:38:17] INFO β³ Steps from stage 0 loaded: 6/7
|
10 |
* 'load_data' replicas: 0/1
|
11 |
* 'flux_schnell' replicas: 1/1
|
12 |
* 'flux_dev' replicas: 1/1
|
|
|
14 |
* 'opendalle' replicas: 1/1
|
15 |
* 'group_columns_0' replicas: 1/1
|
16 |
* 'keep_columns_0' replicas: 1/1
|
17 |
+
[2024-09-05 18:38:19] INFO β³ Steps from stage 0 loaded: 7/7
|
18 |
* 'load_data' replicas: 1/1
|
19 |
* 'flux_schnell' replicas: 1/1
|
20 |
* 'flux_dev' replicas: 1/1
|
|
|
22 |
* 'opendalle' replicas: 1/1
|
23 |
* 'group_columns_0' replicas: 1/1
|
24 |
* 'keep_columns_0' replicas: 1/1
|
25 |
+
[2024-09-05 18:38:19] INFO β
All the steps from stage 0 have been loaded!
|
26 |
+
[2024-09-05 18:38:19] INFO 𧬠Starting yielding batches from generator step 'load_data'. Offset: 0
|
27 |
+
[2024-09-05 18:38:19] INFO π¨ Step 'load_data' sending batch 0 to output queue
|
28 |
+
[2024-09-05 18:38:19] INFO π Finished running step 'load_data' (replica ID: 0)
|
29 |
+
[2024-09-05 18:38:19] INFO π Using 'load_data' routing function to send batch 0 to steps: 'opendalle', 'flux_dev'
|
30 |
+
[2024-09-05 18:38:19] INFO π¦ Processing batch 0 in 'opendalle' (replica ID: 0)
|
31 |
+
[2024-09-05 18:38:19] INFO π¦ Processing batch 0 in 'flux_dev' (replica ID: 0)
|
32 |
+
[2024-09-05 18:38:21] INFO πΊ Storing 'images' generated artifact...
|
33 |
+
[2024-09-05 18:38:21] INFO πΊ Storing 'images' generated artifact...
|
34 |
+
[2024-09-05 18:38:21] INFO πΊ Storing 'images' generated artifact...
|
35 |
+
[2024-09-05 18:38:21] INFO πΊ Storing 'images' generated artifact...
|
36 |
+
[2024-09-05 18:38:21] INFO π¨ Step 'flux_dev' sending batch 0 to output queue
|
37 |
+
[2024-09-05 18:38:21] INFO π Finished running step 'flux_dev' (replica ID: 0)
|
38 |
+
[2024-09-05 18:39:29] INFO πΊ Storing 'images' generated artifact...
|
39 |
+
[2024-09-05 18:39:29] INFO πΊ Storing 'images' generated artifact...
|
40 |
+
[2024-09-05 18:39:29] INFO πΊ Storing 'images' generated artifact...
|
41 |
+
[2024-09-05 18:39:29] INFO πΊ Storing 'images' generated artifact...
|
42 |
+
[2024-09-05 18:39:29] INFO π¨ Step 'opendalle' sending batch 0 to output queue
|
43 |
+
[2024-09-05 18:39:29] INFO π Finished running step 'opendalle' (replica ID: 0)
|
44 |
+
[2024-09-05 18:39:29] INFO π¦ Processing batch 0 in 'group_columns_0' (replica ID: 0)
|
45 |
+
[2024-09-05 18:39:29] INFO π¨ Step 'group_columns_0' sending batch 0 to output queue
|
46 |
+
[2024-09-05 18:39:29] INFO π Finished running step 'group_columns_0' (replica ID: 0)
|
47 |
+
[2024-09-05 18:39:29] INFO π Finished running step 'flux_schnell' (replica ID: 0)
|
48 |
+
[2024-09-05 18:39:29] INFO π Finished running step 'sdxl' (replica ID: 0)
|
49 |
+
[2024-09-05 18:39:29] INFO π¦ Processing batch 0 in 'keep_columns_0' (replica ID: 0)
|
50 |
+
[2024-09-05 18:39:29] INFO π¨ Step 'keep_columns_0' sending batch 0 to output queue
|
51 |
+
[2024-09-05 18:39:29] INFO π Finished running step 'keep_columns_0' (replica ID: 0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|