Replies: 1 comment 4 replies
-
Hey @dragosmc, good questions:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Ludwig team,
I'm trying to setup Ray to work with Ludwig and I'm facing some config issues. The docs here only mention how to train from the CLI https://ludwig.ai/latest/user_guide/distributed_training/, but our use case is training from Python code.
The setup I'm trying this on is:
model.train()
I'm wondering what are Ludiwg's assumptions about distributed training or, in other words, how does Ludwig handle the setup on Ray:
An example of such config would help a lot as well.
Last but not least, I see that the Ludwig-provided docker images for Ray use Python 3.8 w/ Ray 2.2.0. Would be great to build various images with Python 3.9 and 3.10 and Ray 2.3.0 (I can help with this with a PR). Additionally, whilst on the same topic of "FAQ" and "guides" I can collate the discussion here into a richer guide on how to use Ray with Ludwig without much friction.
Dragos.
Beta Was this translation helpful? Give feedback.
All reactions