Skip to content

Commit

Permalink
Merge pull request #486 from jtorrex/patch-1
Browse files Browse the repository at this point in the history
Update README.md to correct concepts link
  • Loading branch information
k8s-ci-robot authored Mar 28, 2024
2 parents 9968a0a + 1b6192d commit 6c442d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

JobSet is a Kubernetes-native API for managing a group of [k8s Jobs](https://kubernetes.io/docs/concepts/workloads/controllers/job/) as a unit. It aims to offer a unified API for deploying HPC (e.g., MPI) and AI/ML training workloads (PyTorch, Jax, Tensorflow etc.) on Kubernetes.

Take a look at the [concepts](/docs/concepts/README.md) page for a brief description of how to use JobSet.
Take a look at the [concepts](https://jobset.sigs.k8s.io/docs/concepts/) page for a brief description of how to use JobSet.

## Conceptual Diagram
<img src="site/static/images/jobset_diagram.png" alt="jobset diagram">
Expand Down

0 comments on commit 6c442d5

Please sign in to comment.