Metadata-Version: 2.4
Name: triton-model-analyzer
Version: 1.50.0
Summary: Triton Model Analyzer is a tool to profile and analyze the runtime performance of one or more models on the Triton Inference Server
Author-email: "NVIDIA Inc." <sw-dl-triton@nvidia.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://developer.nvidia.com/nvidia-triton-inference-server
Project-URL: Repository, https://github.com/triton-inference-server/model_analyzer
Keywords: triton,tensorrt,inference,server,service,analyzer,nvidia
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography>=3.3.2
Requires-Dist: distro>=1.5.0
Requires-Dist: docker>=4.3.1
Requires-Dist: gevent>=22.08.0
Requires-Dist: grpcio<1.68,>=1.63.0
Requires-Dist: httplib2>=0.19.0
Requires-Dist: importlib_metadata>=7.1.0
Requires-Dist: matplotlib>=3.3.4
Requires-Dist: numba>=0.51.2
Requires-Dist: optuna==3.6.1
Requires-Dist: pdfkit>=0.6.1
Requires-Dist: prometheus_client>=0.9.0
Requires-Dist: protobuf
Requires-Dist: psutil>=5.8.0
Requires-Dist: pyyaml>=5.3.1
Requires-Dist: requests>=2.24.0
Requires-Dist: tritonclient[all]>=2.4.0
Requires-Dist: urllib3>=2.0.7
Provides-Extra: perf-analyzer
Requires-Dist: perf-analyzer; extra == "perf-analyzer"
Dynamic: license-file

See the Model Analyzer's [installation documentation](https://github.com/triton-inference-server/model_analyzer/blob/main/docs/install.md#using-pip3) for package details. The [quick start](https://github.com/triton-inference-server/model_analyzer/blob/main/docs/quick_start.md) documentation describes how to get started with profiling and analysis using Triton Model Analyzer.
