README.md¶
nanoml¶
A collection of nano utility functions to make the ML code cleaner
[!IMPORTANT] This project is under active development. Feel free to open an issue or submit a pull request.
pip install nanoml
Documentation¶
Example¶
from nanoml.dtype import is_bf16_supported
print(is_bf16_supported())
# True if bfloat16 is supported, False otherwise
Contributing¶
Contributions are welcome! Please open an issue or submit a pull request.
Contribution Steps:¶
Fork the repository
Create a new branch
Run
uv sync
orpip install -e .
to install the dependenciesRun
pre-commit install
to install the pre-commit hooksMake your changes and commit them
Push to your fork
Open a PR
License¶
MIT