- Static File Plugin - Allows DJL Serving to also serve static files
- Plugin Management Plugin - Adds plugin management to the management API
- DJL Central - DJL Central is added as a DJL Serving plugin
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