Skip to content

marrodion/torchserve-actuator

Repository files navigation

TorchServe Actuator plugin

The TorchServe Actuator plugin exposes Spring Actuator-like endpoints to retrieve basic information about running TorchServe instance. Allows monitoring the server using Spring Boot Admin.

Inspired by pyctuator

Currently supported endpoints

Usage

  1. Download the latest release JAR file from the Releases page of this repository.

  2. Supply the path to a directory with a plugin either using CLI or config.properties of a TorchServe instance:

CLI:

torchserve
--start \
--model-store <model_store_dir> \
--plugins-path <plugin_dir>

Config file:

# config.properties
...
plugins_path=<plugin_dir>

About

TorchServe Endpoint plugin to support basic interface of Spring Boot actuator

Resources

Stars

Watchers

Forks

Packages

No packages published