From notebook to production: Serving JAX at scale

Google Cloud Tech
AI summary

This video teaches developers how to deploy JAX models to production at scale, covering AOT compilation to lock down input shapes for predictable latency, jax.export for packaging portable execution graphs, and jax2tf conversion for TensorFlow Serving integration. It is designed for ML engineers and data scientists who need to serve JAX models in production environments with low latency requirements.