Metadata-Version: 2.4
Name: standardkernels
Version: 0.0.1
Summary: Optimized kernels for PyTorch training and inference
Home-page: https://github.com/StandardKernel/standardkernels
Author: Standard Kernel
Author-email: jess@standardkernel.com
License: Apache-2.0
Project-URL: Source, https://github.com/StandardKernel/standardkernels
Project-URL: Examples, https://github.com/StandardKernel/standardkernel-examples
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Dynamic: license-file

# standardkernels

Standard Kernel's library of optimized kernels, selectively released for public use.

```bash
python -m pip install standardkernels==0.0.1
```

See [standardkernel-examples](https://github.com/StandardKernel/standardkernel-examples/tree/main/geglu)
for the reference module and environment setup.

## License

Apache-2.0
