The current tensor engine is backed by ncnn with planned transition to ggml in the short period. Nevertheless, in our experimental ggml port, we found out that ggml doesn't quantize well, and is better suited for LLMs than heavy computer vision tasks. You can refer to the roadmap page at https://pixlab.io/tiny-dream#roadmap for more information.
Tiny-dream is designed to be embedded on larger codebases (host programs) with an easy to use C++ API.
The project github is located at: https://github.com/symisc/tiny-dream The C++ API documentation is located at: https://pixlab.io/tiny-dream#cpp-api
The current tensor engine is backed by ncnn with planned transition to ggml in the short period. Nevertheless, in our experimental ggml port, we found out that ggml doesn't quantize well, and is better suited for LLMs than heavy computer vision tasks. You can refer to the roadmap page at https://pixlab.io/tiny-dream#roadmap for more information.