Skip to content

[BUG] Failed to load step 'magpie_generator_0' #1157

@ealmazanm

Description

@ealmazanm

Describe the bug

Hi,
I just try the initial example of the guide:

from distilabel.pipeline import InstructionResponsePipeline

pipeline = InstructionResponsePipeline()
dataset = pipeline.run()

And got this error:

[06/24/25 19:03:08] ERROR ['distilabel.pipeline'] ❌ Failed to load step 'magpie_generator_0': Step local.py:316
load failed: 404 Client Error: Not Found for url:
https://api-inference.huggingface.co/status/meta-llama/Meta-Llama-3.1-8B-
Instruct (Request ID:
Root=1-685af66c-1e68e6e7512ce0aa51fce82b;34571dbd-9f00-4b4f-8457-743eff56
f8d7)

                         For further information visit                                                         
                         'https://distilabel.argilla.io/latest/api/pipeline/step_wrapper'

To reproduce

from distilabel.pipeline import InstructionResponsePipeline

pipeline = InstructionResponsePipeline()
dataset = pipeline.run()

Expected behavior

No response

Screenshots

No response

Environment

  • Distilabel Version: 1.5.3
  • Python Version: 3.10.18

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions