Building from source
Instructions for building Konduit-Serving binaries from source
Pre-requisites
Cloning the repository
git clone https://github.com/KonduitAI/konduit-serving.gitUsing the Build Script
$ ./build.sh --help
-------------------------------------------------------------------
A command line utility for building konduit-serving distro packages.
Usage: bash build.sh [CPU|GPU] [linux|windows|macosx] [tar|zip|exe|rpm|deb]
Example: bash build.sh GPU linux tar,deb
-------------------------------------------------------------------Example
Last updated
Was this helpful?