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 am receiving a FutureWarning when using the whisper package due to the use of torch.load without setting weights_only=True. This warning indicates a potential security issue and suggests that the default value for weights_only will be changed to True in a future release of PyTorch.