{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/2"}],"enrichment":{"capability":"Loads optimized compute kernels from Hugging Face Hub into Python applications at runtime, enabling dynamic kernel loading without modifying PYTHONPATH.","skillfed_tags":["kernel-loading","gpu-compute","hub-integration"],"use_cases":["Load optimized kernels from the Hub to accelerate compute-intensive operations in applications.","Use multiple versions of the same kernel in a single process for testing or gradual migration.","Deploy applications that rely on optimized kernels without pre-installing them in the container.","Access community-contributed kernels for specialized operations without vendoring custom code."],"what_it_does":"kernels is a Python package that downloads and loads compute kernels from Hugging Face Hub directly into your application at runtime. Rather than bundling kernels statically, it treats them as portable, versioned artifacts that can be loaded from outside the standard Python path, allowing multiple versions of the same kernel to coexist in a single process. The package is built to handle the complexity of varied build configurations across environments.\n\nThe typical workflow is to call `get_kernel()` with a Hub repository identifier and optional version number, then invoke kernel functions. This is most useful for performance-critical operations where hand-optimized kernels can provide significant speedup. The package depends on huggingface-hub for Hub communication, packaging and pyyaml for metadata handling, and sigstore for verification.","worth_installing":"Yes, if you are building applications that benefit from optimized kernels and want to manage them as versioned Hub artifacts. The package is actively maintained, has no known vulnerabilities, and low install friction. However, it requires Python 3.10+ and a working compute environment; without those, it will not function. The Hub kernel ecosystem is still young, so verify that the kernels you need are available and compatible before committing to this approach."},"id":"kernels","links":{"html":"https://skillfed.io/packages/kernels","md":"https://skillfed.io/packages/kernels.md","pypi":"https://pypi.org/project/kernels/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-26","license_spdx":null,"license_treatment":"permissive","name":"kernels","python_support":"supports_current","summary":"Download compute kernels"},"popularity":{"monthly_downloads":3147289,"position":2728,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.16.0"}
