Skip to content

Outdated documentation for Linux installation #110

@VladimirVLF

Description

@VladimirVLF

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 *.deb build artifact
    In the previous release v0.12.0 gaia-ui-setup.deb does not exist, there is gaia-linux-setup.deb

  • After installing the deb with sudo apt install ~/Downloads/gaia-linux-setup.deb I did not get the "GAIA UI" shortcut installed, however /usr/bin/gaiaui was created and worked by running in bash just gaiaui

  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions