#jax
Every summary, chronological. Filter by category, tag, or source from the rail.
Strategies for Serving JAX Models in Production
Moving JAX models from notebooks to production requires choosing the right serialization and compilation strategy to avoid latency spikes caused by just-in-time compilation.
Google Cloud TechScaling JAX Models to Multi-GPU Systems
Scale JAX models across multiple GPUs by defining array layouts with Mesh and PartitionSpec, allowing the compiler to handle gradient synchronization automatically.
Building and Optimizing JAX Training Loops
Build high-performance JAX training loops by maintaining pure functions, keeping data on-device, and utilizing fused kernels like cuDNN attention to avoid GPU memory bottlenecks.
Optimizing JAX Performance on NVIDIA GPUs
JAX performance hinges on ensuring your code runs on the GPU, maintaining stable input shapes to prevent re-compilation, and correctly handling asynchronous execution during profiling.
Showing 4 of 4