What's Changed
* Feature/speculative fast generation by shouryashashank in https://github.com/Predacons/predacons/pull/13
* adds ability to generate upto 6 times faster response compared to native methods from hugging face and pytorch, https://arxiv.org/pdf/2211.17192.pdf
* gpt fast feature inspired and copied from https://github.com/armed-gpt/gpt-blazing , https://pytorch.org/blog/accelerating-generative-ai-2/, https://github.com/pytorch-labs/gpt-fast, https://github.com/MDK8888/GPTFast
**Full Changelog**: https://github.com/Predacons/predacons/compare/v0.0.113...v0.0.114