kinfer 0.5.4

K-Scale Inference Library
Documentation
1
2
3
4
5
6
7
8
9
10
# kinfer

This package is designed to support running real-time robotics models.

For more information, see the documentation [here](https://docs.kscale.dev/docs/k-infer).

To enable logging, set your log path in the environment variable `KINFER_LOG_PATH`. For example,
```
export KINFER_LOG_PATH=/home/dpsh/kinfer-logs
```