You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: orchestration/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ There are many container/accelerator orchestration solutions - many of which are
5
5
So far I have been working with SLURM:
6
6
7
7
-[SLURM](slurm/) - Simple Linux Utility for Resource Management, which you're guaranteed to find on most HPC environments and typically it's supported by most cloud providers. It has been around for more than 2 decades
8
+
- SLURM on Kubernetes: [Slinky](https://github.com/stas00/ml-engineering/pull/99) - this is a recently created framework for running SLURM on top of Kubernetes.
8
9
9
10
The other most popular orchestrator is Kubernetes:
0 commit comments