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

From Fundamental Ramen
Jump to navigation Jump to search
Line 5: Line 5:
sudo apt update
sudo apt update
sudo apt install lemonade-server
sudo apt install lemonade-server
</syntaxhighlight>
== Run lemonade server ==
<syntaxhighlight lang="bash">
sudo systemctl start lemond
sudo systemctl enable lemond
</syntaxhighlight>
</syntaxhighlight>

Revision as of 04:01, 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