* readme wip

* more readme

* examples

* spell

* comments + nits
This commit is contained in:
Awni Hannun
2023-11-29 16:23:42 -08:00
committed by GitHub
parent adb992a780
commit d1926c4752
4 changed files with 80 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ possible.
and after the change. Examples of benchmarks can be found in `benchmarks/python/`.
4. If you've changed APIs, update the documentation.
5. Every PR should have passing tests and at least one review.
6. For code formating install `pre-commit` using something like `pip install pre-commit` and run `pre-commit install`.
6. For code formatting install `pre-commit` using something like `pip install pre-commit` and run `pre-commit install`.
This should install hooks for running `black` and `clang-format` to ensure
consistent style for C++ and python code.