Skip to content

Commit ed1e48d

Browse files
Update README.md
1 parent efe760c commit ed1e48d

File tree

1 file changed

+4
-4
lines changed
  • tutorials-and-examples/skypilot/dws-and-kueue

1 file changed

+4
-4
lines changed

tutorials-and-examples/skypilot/dws-and-kueue/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Server Version: v1.30.6-gke.1596000
8282
```
8383
If not you can change the version in terraform with the `kubectl_version` variable
8484
## Install and configure Kueue
85-
1. Install Kueue from the official manifest. Note that --server-side switch . Without it the client cannot render the CRDs because of annotation size limitations.
85+
1. Install Kueue from the official manifest. Note that `--server-side` switch . Without it the client cannot render the CRDs because of annotation size limitations.
8686
```bash
8787
VERSION=v0.7.0
8888
kubectl apply --server-side -f https://github.com/kubernetes-sigs/kueue/releases/download/$VERSION/manifests.yaml
@@ -182,7 +182,7 @@ Note: The following clouds were disabled because they were not included in allow
182182
✔ Kubernetes
183183
```
184184
## Configure and Run SkyPilot Job
185-
For SkyPilot to create pods with the necessary pod config we need to add the following config to train_dws.yaml.
185+
For SkyPilot to create pods with the necessary pod config we need to add the following config to `train_dws.yaml`.
186186
```yaml
187187
experimental:
188188
config_overrides:
@@ -311,7 +311,7 @@ kubectl annotate serviceaccount skypilot-service-account --namespace default iam
311311
```
312312
terraform output model_bucket_name
313313
```
314-
5. Update gcsfuse configuration in finetune.yaml and sever.yaml
314+
5. Update gcsfuse configuration in `finetune.yaml` and `sever.yaml`
315315
Replace the [BUCKET_NAME](https://github.com/GoogleCloudPlatform/ai-on-gke/blob/skypilot_dws_kueue/tutorials-and-examples/skypilot/dws-and-kueue/finetune.yaml#L27)
316316

317317
### Fine-tune the Model
@@ -337,7 +337,7 @@ Loading checkpoint shards: 100%|██████████| 2/2 [00:07<00:00
337337
```
338338

339339
### Serve the Model
340-
Next, run the finetuned model with the serve.yaml and serve cli
340+
Next, run the finetuned model with the `serve.yaml` and serve cli
341341
```
342342
sky serve up serve.yaml
343343
```

0 commit comments

Comments
 (0)