Zhi Lin
Zhi Lin
## Why are these changes needed? Now that MLDataset has been made optional dependency, and PyArrow version limit has been removed, RayDP tests in ray can be re-enabled now. ##...
Now ray.data seems to not work when in ray client mode. Functions like ds.show, ds.mean will fail when using ray client, since driver is not connected to raylet (core_worker is...
Here we will maintain a list of requested features, to make it easier to track. - [ ] 1. Add custom resource requirements for RayDP executor actors. This has been...
In order to be able to access objects after spark executors shutdown, we can assign the ownership to RayDPSparkMaster. But for now, we cannot cleanup the reference, so objects created...
## Why are these changes needed? This PR adds an example for stable diffusion model fine-tuning and serving using HPU. Moreover, it also covers how to adapt an existing HPU...
## Why are these changes needed? ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this...