AI Dynamics

Global AI News Aggregator

Keras Kinetic: Run Jobs on TPU/GPU in Cloud

Perhaps the craziest thing that was introduced on the Keras community call today: Keras Kinetic, a new library that lets you run jobs on cloud TPU/GPU via a simple decorator — like Modal but with TPU support. When you call a decorated function, Kinetic handles the entire remote execution pipeline: – Packages your function, local code, and data dependencies – Builds a container with your dependencies via Cloud Build (cached after first build) – Runs the job on a GKE cluster with the requested accelerator (TPU or GPU) – Returns the result to your local machine (logs are streamed in real time, and the function's return value is delivered back as if it ran locally) [Translated from EN to English]

→ View original post on X — @fchollet, 2026-04-03 17:29 UTC

Commentaires

Leave a Reply

Your email address will not be published. Required fields are marked *