You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Supports some Jax-based frameworks, such as Flax, Haiku to BentoML
Add JaxArrayContainer
JAX support means BentoML should also support TPU and XLA for running inference.
-> we probably want to have a bentoml.io.JaxArray to fully utilize jax.lax.
Currently Jax implementation in BentoML (according to #3123) is a wrapper around jax.numpy interface.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Supports some Jax-based frameworks, such as Flax, Haiku to BentoML
Add JaxArrayContainer
JAX support means BentoML should also support TPU and XLA for running inference.
-> we probably want to have a
bentoml.io.JaxArray
to fully utilizejax.lax
.Currently Jax implementation in BentoML (according to #3123) is a wrapper around
jax.numpy
interface.The text was updated successfully, but these errors were encountered: