Skip to content

yeahdongcn/common

 
 

Repository files navigation

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.17 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.4%
  • CMake 17.0%
  • Python 2.8%
  • Shell 1.8%