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.