Skip to content

Files

Latest commit

7817f95 · Apr 26, 2024

History

History

serving

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 26, 2024

DJL Serving

This module has been moved to deepjavalibrary/djl-serving repository.

DJL serving is a high performance universal model serving solution. You can use djl-serving serve the following models out of the box:

  • PyTorch TorchScript model
  • TensorFlow SavedModel bundle
  • Apache MXNet model

You can install extra extensions to enable the following models:

  • ONNX model
  • XGBoost model
  • LightGBM model
  • Sentencepiece model
  • fastText/BlazingText model