distilabel icon indicating copy to clipboard operation
distilabel copied to clipboard

[BUG] The default random name of a pipeline prevents from using the cache

Open plaguss opened this issue 6 months ago • 0 comments

Describe the bug To simplify the code, if no name is given to a pipeline a random one is generated.

To Reproduce Code to reproduce

from distilabel.pipeline import Pipeline

with Pipeline() as pipe:
    ...

Expected behaviour Make the default name deterministic

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Package version:
  • Python version:

Additional context Add any other context about the problem here.

plaguss avatar Aug 09 '24 10:08 plaguss