LLM/Ryzen AI 7 350/2026-07-09: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 31: Line 31:
* Find child item npu
* Find child item npu
* Click download
* Click download
* It cannot be installed by Lemonade, follow the trouble shooting guide to install.
* Install XDNA driver
* Jump to QUICKSTART
* Select Linux distribution Ubuntu 26.04


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 39: Line 37:
sudo reboot
sudo reboot
</syntaxhighlight>
</syntaxhighlight>
* Get Fastflow from https://github.com/FastFlowLM/FastFlowLM/releases/

Revision as of 04:33, 9 July 2026

Install lemonade from PPA

sudo add-apt-repository ppa:lemonade-team/stable
sudo apt update
sudo apt install lemonade-server

Run lemonade server

sudo systemctl start lemond
sudo systemctl enable lemond

Install Backends

Open http://localhost:13305, then ...

Install llama.cpp cuda

  • Click backends at left sidebar.
  • Find Llama.cpp GPU
  • Find child item cuda
  • Click download

Install Fastflow

  • Click backends at left sidebar.
  • Find FastFlowLM NPU
  • Find child item npu
  • Click download
  • Install XDNA driver
sudo apt install amdxdna-dkms
sudo reboot