We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f171aa + 0bbbf17 commit b8733c6Copy full SHA for b8733c6
.gitignore
@@ -24,4 +24,7 @@ yarn-error.log*
24
.env*.local
25
26
27
-helpers/__pycache__/** */
+helpers/__pycache__/** */
28
+
29
+# Webstorm
30
+.idea/*
docs/instant-clusters/index.md
@@ -26,7 +26,7 @@ Get started with Instant Clusters by following a step-by-step tutorial for your
- [Deploy an Instant Cluster with PyTorch](/instant-clusters/pytorch).
- [Deploy an Instant Cluster with Axolotl](/instant-clusters/axolotl).
-- [Deploy an Instant Cluster with Slurm](/instant-clusters/axolotl).
+- [Deploy an Instant Cluster with Slurm](/instant-clusters/slurm).
31
## Use cases for Instant Clusters
32
0 commit comments