I added OpenVINO support to Laya: 40 ms per question on CPU, 3.4x faster than PyTorch

Reddit r/LocalLLaMA Tools

Summary

Added OpenVINO support to Laya, achieving 40 ms per question on CPU, which is 3.4 times faster than PyTorch.

GitHub repo : https://github.com/rupeshs/laya-openvino Flappy bird demo : https://github.com/rupeshs/flappy-laya-openvino-cpu
Original Article

Similar Articles

convaiinnovations/laya

Hugging Face Models Trending

Laya is an open-source non-autoregressive decision model that provides typed answers with calibrated probabilities, designed for tasks like email triage and conversational AI, showing significant performance improvements over existing models.

laya.cpp: Optimized laya near-instant decision making

Reddit r/LocalLLaMA

laya.cpp is an optimized C++ implementation for near-instant decision making, built on ggml with custom CUDA kernels, demonstrating significant speed improvements over Python for the Laya model.