Skip to content

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

License

Notifications You must be signed in to change notification settings

limingxinleo/common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.1%
  • CMake 15.2%
  • Python 4.1%
  • Shell 2.6%