tritonclient2.51.0
tritonclient2.51.0
Published
Python client library and utilities for communicating with Triton Inference Server
pip install tritonclient
Package Downloads
Authors
Project URLs
Requires Python
Dependencies
- numpy
<2,>=1.19.1
- python-rapidjson
>=0.9.1
- urllib3
>=2.0.7
- grpcio
>=1.41.0; extra == "all"
- numpy
<2,>=1.19.1; extra == "all"
- packaging
>=14.1; extra == "all"
- protobuf
<5,>=3.5.0; extra == "all"
- python-rapidjson
>=0.9.1; extra == "all"
- aiohttp
<4.0.0,>=3.8.1; extra == "all"
- geventhttpclient
<=2.0.2,>=1.4.4; extra == "all"
- cuda-python
; extra == "all"
- cuda-python
; extra == "cuda"
- grpcio
>=1.41.0; extra == "grpc"
- numpy
<2,>=1.19.1; extra == "grpc"
- packaging
>=14.1; extra == "grpc"
- protobuf
<5,>=3.5.0; extra == "grpc"
- python-rapidjson
>=0.9.1; extra == "grpc"
- aiohttp
<4.0.0,>=3.8.1; extra == "http"
- geventhttpclient
<=2.0.2,>=1.4.4; extra == "http"
- numpy
<2,>=1.19.1; extra == "http"
- python-rapidjson
>=0.9.1; extra == "http"
See download-using-python-package-installer-pip for package details.
The client examples demonstrate how to use the package to issue request to triton inference server.