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
When i execute below code the kernel crashes everytime and restarts.
code:
from whisper_jax import FlaxWhisperPipline
# instantiate pipeline
pipeline = FlaxWhisperPipline("openai/whisper-large-v2")
# JIT compile the forward call - slow, but we only do once
text = pipeline("elon8m.mp3")
# used cached function thereafter - super fast!!
text = pipeline("elon8m.mp3")
console output
/usr/local/lib/python3.10/dist-packages/transformers/utils/generic.py:311: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.
torch.utils._pytree._register_pytree_node(
below is the image for reference
The text was updated successfully, but these errors were encountered:
When i execute below code the kernel crashes everytime and restarts.
code:
console output
below is the image for reference
The text was updated successfully, but these errors were encountered: