Skip to content

Commit 23a4299

Browse files
authored
Update hotswap.md
1 parent 3031bc7 commit 23a4299

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

best-practices/hotswap.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ value: 2000000
2929
globalDefault: false
3030
description: "This priority class should be used for hero pods only."
3131
```
32-
Now we can create a high priority Jobset workload, making sure to add the priorityClassName to clearly differentiate the workload's priority. The high priority job is a multi-slice training job running on two 4x4 [Trillium](https://cloud.google.com/blog/products/compute/trillium-tpu-is-ga) slices to run a training job with LLama2 7B. **The yamls below are just meant to serve as samples to demonstrate what elements are needed for hotswap to be executed**
32+
Now we can create a high priority Jobset workload, making sure to add the priorityClassName to clearly differentiate the workload's priority. The high priority job is a multi-slice training job running on two 4x4 [Trillium](https://cloud.google.com/blog/products/compute/trillium-tpu-is-ga) slices to run a training job with LLama2 7B.
33+
34+
**Note: The yamls below are just meant to serve as samples to demonstrate what elements are needed for hotswap to be executed**
3335
```
3436
apiVersion: jobset.x-k8s.io/v1alpha2
3537
kind: JobSet

0 commit comments

Comments
 (0)