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
I guess your issue is when converting to onnx, it has that error.
I solved it by changing whisper/model.py qkv_attention to use n_ctx = int(n_ctx) cause sometimes n_ctx has the type <class 'torch.Tensor'>
No description provided.
The text was updated successfully, but these errors were encountered: