oap-project / raydp

RayDP provides simple APIs for running Spark on Ray and integrating Spark with AI libraries.
Apache License 2.0
293 stars 66 forks source link

Support ray 2.3.1 #371

Open fengsp opened 10 months ago

fengsp commented 10 months ago

The latest raydp is 1.5.0, which does not work with ray > 2.2.0, for example, ray 2.3.1

Are we going to support ray > 2.2.0 ? When would we have a new raydp release that support ray > 2.2.0 ?

kira-lin commented 10 months ago

Hi @fengsp , Thanks for using RayDP! Yes, we will release a new version soon, but we have not finished the releasing procedure yet. Sorry for the inconvenience

pang-wu commented 10 months ago

You can use nightly build -- we use that with Ray 2.3.1 for a long time @fengsp

TeraflopAI commented 8 months ago

Hello,

Does the nightly currently support Ray 2.7.1?

Thank you