https://github.com/ray-project/serve_config_examples
https://github.com/ray-project/serve_config_examples
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ray-project/serve_config_examples
- Owner: ray-project
- Created: 2022-06-23T08:16:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T00:59:40.000Z (11 months ago)
- Last Synced: 2025-04-13T00:45:03.793Z (9 months ago)
- Language: Python
- Size: 3.88 MB
- Stars: 10
- Watchers: 2
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ray Serve examples
This repository is a collection of Ray Serve examples. KubeRay RayService examples
utilize this repository as the `working_dir` in the runtime environment.
## StableDiffusion: A text-to-image model
Python scripts in `stable_diffusion/` should be synchronized with [the Stable Diffusion Ray documentation](https://docs.ray.io/en/latest/serve/tutorials/stable-diffusion.html).