# kernels-community
**Repository Path**: mirrors_huggingface/kernels-community
## Basic Information
- **Project Name**: kernels-community
- **Description**: Kernel sources for https://huggingface.co/kernels-community
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-10-08
- **Last Updated**: 2026-06-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# kernels-community
The Kernel Hub allows Python libraries and applications to load compute
kernels directly from the [Hub](https://hf.co/). You can find more information
about the Kernel Hub in the [docs](https://huggingface.co/docs/kernels/index).
This repository contains sources for the kernels in [hf.co/kernels-community](https://huggingface.co/kernels-community).
## Development
Before submitting a kernel PR, please make sure to read the [Contributing Guidelines](./CONTRIBUTING.md).
CI will run on a PR for a kernel `example` if the PR title has the following
format:
```
example: short description of the change
```