Files
2026-07-13 13:17:40 +08:00

40 lines
1.2 KiB
Markdown

(kuberay-examples)=
# Examples
```{toctree}
:hidden:
examples/mnist-training-example
examples/stable-diffusion-rayservice
examples/tpu-serve-stable-diffusion
examples/mobilenet-rayservice
examples/text-summarizer-rayservice
examples/rayjob-batch-inference-example
examples/rayjob-kueue-priority-scheduling
examples/rayjob-kueue-gang-scheduling
examples/distributed-checkpointing-with-gcsfuse
examples/rayserve-llm-example
examples/rayserve-deepseek-example
examples/verl-post-training
examples/argocd
examples/rayjob-agent-sandbox
```
This section presents example Ray workloads to try out on your Kubernetes cluster.
- {ref}`kuberay-mnist-training-example` (CPU-only)
- {ref}`kuberay-mobilenet-rayservice-example` (CPU-only)
- {ref}`kuberay-stable-diffusion-rayservice-example`
- {ref}`kuberay-tpu-stable-diffusion-example`
- {ref}`kuberay-text-summarizer-rayservice-example`
- {ref}`kuberay-batch-inference-example`
- {ref}`kuberay-kueue-priority-scheduling-example`
- {ref}`kuberay-kueue-gang-scheduling-example`
- {ref}`kuberay-distributed-checkpointing-gcsfuse`
- {ref}`kuberay-rayservice-llm-example`
- {ref}`kuberay-rayservice-deepseek-example`
- {ref}`kuberay-verl`
- {ref}`kuberay-agent-sandbox`