Metadata-Version: 2.1
Name: trsp
Version: 0.0.3
Summary: Triton Server Building Support
Home-page: https://github.com/GDSC-FPTU-DN/ai-service-triton
Author: Ming-doan
Author-email: quangminh57dng@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pyyaml
Requires-Dist: onnx

# Triton Support

This package help building model repository of Triton Server with more easy yaml file.

## Quick command

- Build model repository

```bash
trsp build -f ./config.yaml
```

- Launch Triton Server with Docker

```bash
trsp run
```

## Contributors

- Đoàn Quang Minh - [Ming-doan](https://github.com/Ming-doan)
