Skip to content

Commit

Permalink
Merge pull request #29 from damonbayer/patch-1
Browse files Browse the repository at this point in the history
Fix typo in 09a_JAX_patterns.ipynb
  • Loading branch information
elizavetasemenova authored Sep 16, 2024
2 parents 0011b04 + 1529d1d commit 91cb0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09a_JAX_patterns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit 91cb0a4

Please sign in to comment.