Kernels Data is a library providing high-performance data structures for machine learning, primarily used in Hugging Face ecosystem. Version 0.15.2 supports Python >=3.8. Release cadence is irregular; follows kernel development.
pip install kernels-dataNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import and instantiate a Kernel object.
Update calls to pass kernel type as first argument.
Change import to `from kernels.data import DataLoader`.
Run `pip install kernels-data` explicitly.
Refer to https://github.com/huggingface/kernels for compatibility matrix.