Skip to content

Example Triton backend that demonstrates most of the Triton Backend API.

License

Notifications You must be signed in to change notification settings

kmohrman/identity_backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Triton Inference Server Identity Backend

An example Triton backend that demonstrates most of the Triton Backend API. You can learn more about backends in the backend repo. Ask questions or report problems in the main Triton issues page.

Use cmake to build and install in a local directory.

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

The following required Triton repositories will be pulled and used in the build. By default the "main" branch/tag will be used for each repo but the listed CMake argument can be used to override.

  • triton-inference-server/backend: -DTRITON_BACKEND_REPO_TAG=[tag]
  • triton-inference-server/core: -DTRITON_CORE_REPO_TAG=[tag]
  • triton-inference-server/common: -DTRITON_COMMON_REPO_TAG=[tag]

About

Example Triton backend that demonstrates most of the Triton Backend API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.0%
  • CMake 16.0%