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
* test
* minor fix for the SkyPilot tutorial
* minor fix for the SkyPilot tutorial
* minor fix for the SkyPilot tutorial
* minor fix for the SkyPilot tutorial
* minor fix for the SkyPilot tutorial
Copy file name to clipboardExpand all lines: tutorials-and-examples/skypilot/dws-and-kueue/README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,10 @@ Server Version: v1.30.6-gke.1596000
81
81
```
82
82
If not, you can change the version in Terraform with the `kubectl_version` variable
83
83
## Install and configure Kueue
84
-
1. Install Kueue from the official manifest.\
85
-
Note that `--server-side` switch . Without it the client cannot render the CRDs because of annotation size limitations.
84
+
1. Install [Kueue](https://kueue.sigs.k8s.io/) from the official manifest.\
85
+
Note that `--server-side` switch . Without it the client cannot render the CRDs because of annotation size limitations. For more configuration options visit [Kueue's installation guide](https://kueue.sigs.k8s.io/docs/installation/).
@@ -251,7 +251,7 @@ This section details how to fine-tune Gemma 2B for SQL generation on GKE Autopil
251
251
The [finetune.py](https://github.com/GoogleCloudPlatform/ai-on-gke/blob/skypilot_dws_kueue/tutorials-and-examples/skypilot/dws-and-kueue/code/finetune.py) script uses QLoRA with 4-bit quantization to fine-tune Gemma 2B on SQL generation tasks.
252
252
253
253
### Configure GCS Storage Access
254
-
The infrastructure Terraform configuration in [main.tf](https://github.com/GoogleCloudPlatform/ai-on-gke/blob/skypilot_dws_kueue/tutorials-and-examples/skypilot/dws-and-kueue/main.tf) includes Workload Identity and GCS bucket setup:
254
+
The infrastructure Terraform configuration in [main.tf](https://github.com/GoogleCloudPlatform/ai-on-gke/blob/main/tutorials-and-examples/skypilot/dws-and-kueue/main.tf) includes Workload Identity and GCS bucket setup:
0 commit comments