Not sure what the goal is for this project? Not seeing how this presents adequate benefits to get adopted by the community
Show HN: We made our own inference engine for Apple Silicon
21–30 of 48 posts
Re: Show HN: We made our own inference engine for Apple Silicon
#22What are the units on the benchmark results? I’m guessing higher is better?
Re: Show HN: We made our own inference engine for Apple Silicon
#23Re: Show HN: We made our own inference engine for Apple Silicon
#24In practice, how often do the models use the ANE? It sounds like you are optimizing for speed which in my experience always favors GPU.
You're right, modern edge devices are powerful enough to run small models, so the real bottleneck for a forward pass is usually memory bandwidth, which defines the upper theoretical limit for inference speed. Right now, we've figured out how to run computations in a granular way on specific processing units, but we expect the real benefits to come later when we add support for VLMs and advanced speculative decoding,…
Re: Show HN: We made our own inference engine for Apple Silicon
#25Earlier quoted context omitted.
You're right, modern edge devices are powerful enough to run small models, so the real bottleneck for a forward pass is usually memory bandwidth, which defines the upper theoretical limit for inference speed. Right now, we've figured out how to run computations in a granular way on specific processing units, but we expect the real benefits to come later when we add support for VLMs and advanced speculative decoding,…
VLMs = very large models?
Re: Show HN: We made our own inference engine for Apple Silicon
#26Somewhat faster on small models. Requires new format. Not sure what the goal is for this project? Not seeing how this presents adequate benefits to get adopted by the community
Re: Show HN: We made our own inference engine for Apple Silicon
#27How does this bench compared to MLX?
Qwen3-0.6B at 5 t/s doesn't make any sense. Something is clearly wrong for that specific model.
Re: Show HN: We made our own inference engine for Apple Silicon
#28Wondering why use Rust other than C++
Re: Show HN: We made our own inference engine for Apple Silicon
#29Somewhat faster on small models. Requires new format. Not sure what the goal is for this project? Not seeing how this presents adequate benefits to get adopted by the community
Re: Show HN: We made our own inference engine for Apple Silicon
#30I would love to understand how universal these models can become.