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
all docs seem to mention that fabric.save should be called with fabric.save(model.to_state_dict(), checkpoint_path) but it seems that in latest version the params have been switched and checkpoint_path needs to be passed first
📚 Documentation
all docs seem to mention that fabric.save should be called with
fabric.save(model.to_state_dict(), checkpoint_path)
but it seems that in latest version the params have been switched and checkpoint_path needs to be passed firstexample doc: https://lightning.ai/docs/pytorch/LTS/fabric/api/fabric_methods.html
cc @lantiga @Borda
The text was updated successfully, but these errors were encountered: