-
Notifications
You must be signed in to change notification settings - Fork 56
Description
I have tried to install GAIA on Ubuntu 24.04 and found the following issues:
-
Table of Contents is outdated in the root README
It is confusing -
Table of Contents is outdated in docs/ui.md
It is confusing, and maybe can be part of the root README, not to jump from one doc to another -
Wrong file name in docs/ui.md
Latest release v0.12.1 has no*.debbuild artifact
In the previous release v0.12.0gaia-ui-setup.debdoes not exist, there isgaia-linux-setup.deb -
After installing the deb with
sudo apt install ~/Downloads/gaia-linux-setup.debI did not get the "GAIA UI" shortcut installed, however/usr/bin/gaiauiwas created and worked by running in bash justgaiaui -
My Lemonade server is installed and being launched separately. When launching GAIA UI from console my running Lemonade server is detected OK and the downloaded models are detected OK. However, there is a periodic error every 10-15 seconds in the bash console:
19:12:24.560 › Command completed in 8ms: lemonade-server
19:12:24.560 › [LemonadeClient] Lemonade available via no-args detection
19:12:24.562 › [LemonadeClient] Getting Lemonade version...
19:12:24.562 › Executing command: lemonade-server --version
19:12:24.562 › Command options: timeout=5000ms, shell=true, cwd=default
19:12:24.569 › [lemonade-server][stderr] /bin/sh: 1: lemonade-server: not found
19:12:24.570 › Command 'lemonade-server' failed with exit code 127 after 8ms
19:12:24.570 › stderr: /bin/sh: 1: lemonade-server: not found
My bet is it should be more appropriate to fetch Lemonade version via its OpenAPI rather than CLI
Otherwise the LLM chat seem to work, but I haven't tried more that this until now.