shaowei-su / common-1

Common source, scripts and utilities shared across all Triton repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

Triton Inference Server Common

Common source, scripts and utilities shared across all Triton repositories.

This repo is not typically built directly but is instead included in the build of other repos. To build directly first install the required dependencies.

$ apt-get install rapidjson-dev

Use cmake 3.14 or later to build and install in a local directory.

$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/install ..
$ make install

About

Common source, scripts and utilities shared across all Triton repositories.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 76.1%Language:CMake 16.2%Language:Python 4.7%Language:Shell 2.9%