tritonclient2.53.0
tritonclient2.53.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
- aiohttp
<4.0.0,>=3.8.1; extra == "all"
- cuda-python
; extra == "all"
- geventhttpclient
>=2.3.3; extra == "all"
- grpcio
<1.68,>=1.63.0; extra == "all"
- numpy
<2,>=1.19.1; extra == "all"
- packaging
>=14.1; extra == "all"
- protobuf
<6.0dev,>=5.26.1; extra == "all"
- python-rapidjson
>=0.9.1; extra == "all"
- cuda-python
; extra == "cuda"
- grpcio
<1.68,>=1.63.0; extra == "grpc"
- numpy
<2,>=1.19.1; extra == "grpc"
- packaging
>=14.1; extra == "grpc"
- protobuf
<6.0dev,>=5.26.1; extra == "grpc"
- python-rapidjson
>=0.9.1; extra == "grpc"
- aiohttp
<4.0.0,>=3.8.1; extra == "http"
- geventhttpclient
>=2.3.3; 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.