Spaces:
Sleeping
Sleeping
Identity Python Model
Overview
The example presents a simple Identity model which pass the inputs to the outputs.
Example consists of following scripts:
install.sh
- install additional dependenciesserver.py
- start the model with Triton Inference Serverclient.py
- execute HTTP/gRPC requests to the deployed model
Quick Start
The step-by-step guide:
- Install PyTriton following the installation instruction
- Install the additional packages using
install.sh
./install.sh
- In current terminal start the model on Triton using
server.py
./server.py
- Open new terminal tab (ex.
Ctrl + T
on Ubuntu) or window - Go to the example directory
- Run the
client.py
to perform queries on model:
./client.py