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
Currently, we load the t5 and clip models as torch modules and wrap their outputs as JAX arrays. This prevents OOM during inference (since we can use the .to() method); having a pure JAX inference pipeline would be ideal.
Currently, we load the
t5
andclip
models as torch modules and wrap their outputs as JAX arrays. This prevents OOM during inference (since we can use the.to()
method); having a pure JAX inference pipeline would be ideal.References
The text was updated successfully, but these errors were encountered: