AI-Hypercomputer / xpk

xpk (Accelerated Processing Kit, pronounced x-p-k,) is a software tool to help Cloud developers to orchestrate training jobs on accelerators such as TPUs and GPUs on GKE.
Apache License 2.0
81 stars 23 forks source link

Support setting node auto-provisioning cpu and memory parameters #190

Open avrittrohwer opened 1 month ago

avrittrohwer commented 1 month ago

cpu and memory limits are hard-coded: https://github.com/google/xpk/blob/main/src/xpk/core/nap.py#L170

We have a customer who needed to increase these. They needed to go to the GKE API level to do so.