Shortcuts

flash.core.serve.core.Servable

class flash.core.serve.core.Servable(*args, download_path=None, script_loader_cls=<class 'flash.core.serve.core.FlashServeScriptLoader'>)[source]

ModuleWrapperBase around a model object to enable serving at scale.

Create a Servable from either (LM, LOCATION) or (LOCATION,)

Parameters
  • *args – A model class and path to the asset file (url or local file path) OR a singular path to a torchscript asset which can be loaded without the model class definition.

  • download_path (Optional[Path]) – Optional url to download a model from.