Pip package
To install the konduit pip package, you can run:
pip install konduitAfter installing the pip package, you can initialize the konduit CLI in the following way
Initializing the CLI
For git users
If you use git you can build the binaries by running
CPU
konduit-init --chip cpuGPU
konduit-init --chip gpuFor non-git users
If you want to download the pre-build binaries, you can
CPU
konduit-init --chip cpu -dGPU
konduit-init --chip gpu -dVerification
After doing the above process, you can verify the installation by doing:
konduit --versionIf everything went alright then you should see something like
Konduit serving version: 0.1.0-SNAPSHOT
Commit hash: 3f9ac52fWhat's next?
Try out how to work with the konduit CLI with an example workflow here.
Last updated
Was this helpful?