Replies: 2 comments 2 replies
-
Hi @alex-nork thank you for bringing up this topic. We have a related issue here: #3770 but it's not about Ray pipelines in particular. I'll check with my colleagues whether they can help here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@julian-risch Any update on this? I have a nasty workaround to make the custom nodes to run in the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to include a custom component, one which inherits from
BaseComponent
, in aRayPipeline
? I see that components are registered when imported so I'm using a helper function that imports all custom components in a given directory. That works fine with a regularPipeline
, but there seems to be a problem registering custom components with aRayPipeline
.Since
RayPipeline
can only be configured via YAML I can't just add nodes either. Here's the stacktrace I'm getting fromray
:Beta Was this translation helpful? Give feedback.
All reactions