dvilasuero HF staff commited on
Commit
433ba80
Β·
verified Β·
1 Parent(s): c5278f3

Upload pipeline.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline.log +36 -68
pipeline.log CHANGED
@@ -1,12 +1,12 @@
1
- [2024-09-05 18:29:50] INFO πŸ“ Pipeline data will be written to '/Users/danielvilasuero/.cache/distilabel/pipelines/image_generation_pipeline/b78404fa461eb5c3dea14943a452a1ba4829d6b1/data/steps_outputs'
2
- [2024-09-05 18:29:50] 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:29:51] INFO ⏳ Waiting for all the steps of stage 0 to load...
5
- [2024-09-05 18:29:54] 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:29:54] 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:29:54] 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.
8
- [2024-09-05 18:29:54] 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.
9
- [2024-09-05 18:29:54] 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,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:29:56] 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,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:29:56] INFO βœ… All the steps from stage 0 have been loaded!
26
- [2024-09-05 18:29:56] INFO 🧬 Starting yielding batches from generator step 'load_data'. Offset: 0
27
- [2024-09-05 18:29:56] INFO πŸ“¨ Step 'load_data' sending batch 0 to output queue
28
- [2024-09-05 18:29:56] INFO 🏁 Finished running step 'load_data' (replica ID: 0)
29
- [2024-09-05 18:29:56] INFO 🚏 Using 'load_data' routing function to send batch 0 to steps: 'opendalle', 'flux_dev'
30
- [2024-09-05 18:29:56] INFO πŸ“¦ Processing batch 0 in 'opendalle' (replica ID: 0)
31
- [2024-09-05 18:29:56] INFO πŸ“¦ Processing batch 0 in 'flux_dev' (replica ID: 0)
32
- [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact...
33
- [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact...
34
- [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact...
35
- [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact...
36
- [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact...
37
- [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact...
38
- [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact...
39
- [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact...
40
- [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact...
41
- [2024-09-05 18:31:48] INFO 🏺 Storing 'images' generated artifact...
42
- [2024-09-05 18:31:48] INFO πŸ“¨ Step 'flux_dev' sending batch 0 to output queue
43
- [2024-09-05 18:31:48] INFO 🏁 Finished running step 'flux_dev' (replica ID: 0)
44
- [2024-09-05 18:36:11] WARNING ⚠️ Processing batch 0 with step 'opendalle' failed. Sending empty batch filled with `None`s...
45
- [2024-09-05 18:36:11] WARNING Subprocess traceback:
46
-
47
- Traceback (most recent call last):
48
- File "/Users/danielvilasuero/argilla/distilabel/src/distilabel/pipeline/step_wrapper.py", line 230, in _non_generator_process_loop
49
- result = next(step.process_applying_mappings(*batch.data))
50
- File "/Users/danielvilasuero/argilla/distilabel/src/distilabel/steps/base.py", line 646, in process_applying_mappings
51
- for output_rows in generator:
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)