Saved pytorch lightning / hugging face model is not loading properly

hello, can you try doing this

test_results = trainer.test(model=model, dataloaders = test_dataloader, ckpt_path="<your_model_checkpoint>")