Skip to content

Commit

Permalink
Merge pull request #2601 from predibase/kuberay-docs
Browse files Browse the repository at this point in the history
Added KubeRay docs
  • Loading branch information
volcano-sh-bot authored Dec 13, 2022
2 parents aebe79c + 3183ef1 commit 2e07991
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[Volcano](https://volcano.sh/) is a batch system built on Kubernetes. It provides a suite of mechanisms that are commonly required by
many classes of batch & elastic workload including: machine learning/deep learning, bioinformatics/genomics and
other "big data" applications. These types of applications typically run on generalized domain frameworks like
TensorFlow, Spark, PyTorch, MPI, etc, which Volcano integrates with.
TensorFlow, Spark, Ray, PyTorch, MPI, etc, which Volcano integrates with.

Volcano builds upon a decade and a half of experience running a wide
variety of high performance workloads at scale using several systems
Expand Down Expand Up @@ -56,6 +56,7 @@ Volcano is an incubating project of the [Cloud Native Computing Foundation](http
- [Horovod/MPI](https://github.com/volcano-sh/volcano/tree/master/example/integrations/mpi)
- [paddlepaddle](https://github.com/volcano-sh/volcano/tree/master/example/integrations/paddlepaddle)
- [cromwell](https://github.com/broadinstitute/cromwell/blob/develop/docs/backends/Volcano.md)
- [KubeRay](https://ray-project.github.io/kuberay/guidance/volcano-integration)

## Quick Start Guide

Expand Down
1 change: 1 addition & 0 deletions docs/community/adopters.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ please feel free to add yourself into the following list by a pull request. Ther
| [GrandOmics](https://www.grandomics.com/) |[@alartin](https://github.com/alartin)| Evaluation | Infrastructure of Hanwell (Huawei Cloud backend of Cromwell which is a Broad Institute implementation of WDL) |
| [kt NexR](https://www.ktnexr.com) |[@minyk](https://github.com/minyk), [@dieselnexr](https://github.com/dieselnexr)| Evaluation | spark scheduler of our next cloud native product. |
| [QTT Bigdata Infra](https://ir.qutoutiao.net/) |[@yuzhaojing](https://github.com/yuzhaojing) | Evaluation | Spark and AI on K8S. |
| [Predibase](https://predibase.com/) |[@tgaddair](https://github.com/tgaddair) | Staging | Ray on K8s. |
2 changes: 1 addition & 1 deletion docs/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Kubernetes that are commonly required by many classes of batch & elastic workloa
3. other "big data" applications.

These types of applications typically run on generalized domain
frameworks like TensorFlow, Spark, PyTorch, MPI, etc, which Volcano integrates with.
frameworks like TensorFlow, Spark, Ray, PyTorch, MPI, etc, which Volcano integrates with.

### Why Volcano?
- // TODO better to add separate md file & Link
Expand Down

0 comments on commit 2e07991

Please sign in to comment.