Can't save model to hub by TrainerCallback

When I try to save model to hub by callback function I get

‘WhisperForConditionalGeneration’ object has no attribute ‘puh_to_hub’

If I directly save model by save_to_hub() I have no errors.