You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, I had to install 3 times the hybrid version for it to complete the installation.
Now, I've an error when trying to run the UI version:
ERROR | gaia.interface.util.display | util.py:75 | Error: server.py:38 | launch_llm_server | The lemonade package is required for HuggingFace and OGA backends. Please install it first.
Where can I find this package? Why is it not installed with the installer?
@Chevek, could you kindly zip and share gaia_install.log and gaia.log files found under C:\Users\<username>\AppData\Local\GAIA if you still have them available? It would help with troubleshooting.
I ran into the same issue and found out that its the installation requires git to be installed, and git, as its essential to most developers, seemd to be assumed installed with the package. Therefore, when user have no git installed, the start process would faild since most of the update and acquiring model process need git to be working.
Just install Git and add git into the requirement documentation~
Investigate and fix the error:
Related discussion here.
The text was updated successfully, but these errors were encountered: