Breaking changes
* The default `batch_size` in `cappr.huggingface` is now `2`, not `32`
* The implementation for `cappr.huggingface.classify_no_batch` is now in `cappr.huggingface.classify_no_batch_no_cache`
New features
* `cappr.huggingface.classify_no_batch` now caches the prompt, which makes it much faster. It can also cache shared instructions or exemplars for prompts using the new [context manager](https://cappr.readthedocs.io/en/latest/cappr.huggingface.classify_no_batch.html#cappr.huggingface.classify_no_batch.cache). See this functionality in action in the [Banking 77 demo](https://github.com/kddubey/cappr/blob/main/demos/huggingface/banking_77_classes.ipynb)
Bug fixes
None