Skip to content

Commit 3b4a942

Browse files
committed
Refactor skypilot-config.yaml to streamline Kubernetes pod configuration
1 parent 8b22c61 commit 3b4a942

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

skypilot-config.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,8 @@ envs:
394394
PYTHONUTF8: "1" #Enforce UTF-8 Encoding to fix ASCII encoding issue in unsloth-zoo
395395
setup: |
396396
./scripts/setup.sh
397-
experimental:
398-
config_overrides:
399-
kubernetes:
400-
pod_config:
401-
spec:
402-
schedulerName: gpu-binpack
397+
config:
398+
kubernetes:
399+
pod_config:
400+
spec:
401+
schedulerName: gpu-binpack

0 commit comments

Comments
 (0)