Ollama and Khadas NPU's

@_brym ollama doesn’t have any support for NPUs in any of the khadas boards,
they are more primarily cuda focused.

You can convert the model to it’s format but there are currently some hiccups in running:

VIM3, VIM4 NPUs are more suited to running convolutional neural networks due to architectural reasons. the compiler may also have issues with conversion of some of the operators.

Edge2 can support LLMs through RK-LLM interface:

The toolkit rockchip provides can also run:

The current issue of LLMs on these devices is memory bandwidth bottlenecks, and their primary adaptation to better running convolution operation.

They are much faster for their intended purpose of running machine learning vision algorithms, but for LLMs the closest we have in consumer ARM NPU hardware is the RK3588.

1 Like