Monitoring library for Mobilint NPUs
Project description
Mobilint SDK NPU Monitoring Library : mbltml
mbltml is monitoring library for Mobilint NPU products.
IMPORTANT: Please refer to official documentation for installing driver before using runtime library.
Prerequisites
Currently, pip installation is limited to below Ubuntu environments. For other environment, please refer to official documentation.
- Ubuntu: 20.04 / 22.04 / 24.04
- Python: 3.8 / 3.9 / 3.10 / 3.11 / 3.12
- numpy
Installation
You may install python runtime library with following command
pip install mbltml
For C++ library installation or downloading library from mobilint distribution site, please refer to official documentation.
Inference process
import mbltml
device_types = {
mbltml.MBLTML_DEVICE_ARIES,
mbltml.MBLTML_DEVICE_REGULUS,
mbltml.MBLTML_DEVICE_REGULUS_USB,
}
mbltml.mbltmlInit(device_types)
num_devices = mbltml.mbltmlGetDeviceCount()
mbltml.mbltmlShutdown()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mbltml-0.0.0-py3-none-manylinux_2_31_x86_64.whl.
File metadata
- Download URL: mbltml-0.0.0-py3-none-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 52.7 kB
- Tags: Python 3, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1684fa81c4d5e1f541989a00672be7d7c158d2483e15ba2e05001c25e7332285
|
|
| MD5 |
4ba4307bd0055a10dcb7499e0c6a2d39
|
|
| BLAKE2b-256 |
85d1f9424d79e85cd272bcd0c365275790da5873e0510430ecf5294d75f37244
|