Framework for storing/ loading mobile models

Hi!
Do you know if there is any framework for storing and loading models to mobile device? I’m thinking about functionality similar to TensorFlow Lite + Flutter + Firebase:

  • you can store your ML models on the server side
  • you can load it and update it to mobile device

Have you heard about same thing for PyTorch?