Skip to content

Commit

Permalink
Update README.md to correct concepts link
Browse files Browse the repository at this point in the history
Concepts link on readme points to an nonexistent document. Now points to the official docu.
  • Loading branch information
jtorrex authored Mar 28, 2024
1 parent 9968a0a commit 1b6192d
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 1b6192d

Please sign in to comment.