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
70 stars 18 forks source link

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

Open avrittrohwer opened 4 days ago

avrittrohwer commented 4 days 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.