Skip to content

DJL Serving plugin management

Available Plugins

Installing plug-ins

The model server looks for plug-ins during startup in the plugin folder and register this plug-ins.

The default plug-in folder is

{work-dir}/plugins

The plug-in folder can be configured with the 'plugin-folder' parameter in the server-config file.

example: running model server with gradle using a specific config-file:

djl-serving -f ~/modelserver-config.properties

example config.properties file for djl-server

inference_address=http://127.0.0.1:8081
management_address=http://127.0.0.1:8081
plugin_folder=serving_plugins