YAML configurations
Konduit Serving supports specifying server configurations as YAML files. This allows you to serve simple server configurations using the Konduit Python CLI and the konduit.load module.
YAML components
serving:
http_port: 1337
output_data_format: NUMPY
log_timings: True
extra_start_args: -Xmx8g
steps:
python_step:
type: PYTHON
python_path: .
python_code_path: ./simple.py
python_inputs:
first: NDARRAY
python_outputs:
second: NDARRAY
client:
port: 1337Serving
Client
Steps
Python steps
Python pipeline stepsOpen Neural Network Exchange (ONNX)Model steps
Usage
Resources
Last updated
Was this helpful?