From 1529d1dc502a95c686035ce5e3bc3ebd46b00985 Mon Sep 17 00:00:00 2001 From: Damon Bayer Date: Mon, 16 Sep 2024 08:24:03 -0500 Subject: [PATCH] Update 09a_JAX_patterns.ipynb --- 09a_JAX_patterns.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09a_JAX_patterns.ipynb b/09a_JAX_patterns.ipynb index 89b369f..6d2f05a 100644 --- a/09a_JAX_patterns.ipynb +++ b/09a_JAX_patterns.ipynb @@ -6,7 +6,7 @@ "source": [ "# JAX patterns\n", "\n", - "Since Numpyro uses JAX as a backend, it is importnat to know how to work with JAX efficiently. JAX is a high-performance numerical computing library designed for machine learning research, which leverages XLA (Accelerated Linear Algebra) for optimizing and compiling numerical computations. This combination enables JAX to efficiently execute large-scale mathematical operations on hardware accelerators, boosting performance and scalability." + "Since Numpyro uses JAX as a backend, it is important to know how to work with JAX efficiently. JAX is a high-performance numerical computing library designed for machine learning research, which leverages XLA (Accelerated Linear Algebra) for optimizing and compiling numerical computations. This combination enables JAX to efficiently execute large-scale mathematical operations on hardware accelerators, boosting performance and scalability." ] }, {