* Adds a "tokenizer" object for use with `oobabooga/text-generation-webui`
0.1.7
* Switches from `poetry` to `scikit-build` as the build tool due to problems with cross-compiling on CI * Adds CI builds for macOS arm64 wheels * Adds windows wheel files to PyPI built on CI
0.1.6
* Fixes windows builds on CI (hopefully). * Removes `torch` and `sentencepiece` as dependencies. They have to be manually installed now if you want to use `llamacpp-convert`
0.1.5
Includes new `llamacpp-cli` and `llamacpp-chat` entrypoints. There's possibly still some kind of bug that makes the performance of `llamacpp-chat` a bit worse than if you passed in the arguments directly into `llamacpp-cli`