Skip to content

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

License

Notifications You must be signed in to change notification settings

triton-inference-server/common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6b4103 · Nov 26, 2024
Sep 6, 2023
Sep 6, 2023
Nov 6, 2024
Nov 6, 2024
May 20, 2024
Sep 6, 2023
Aug 4, 2020
Sep 6, 2023
Nov 26, 2024
Aug 4, 2020
Nov 11, 2021
Sep 6, 2023

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