Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS]: anything-llm docker on any linux vm on promox causing bug #1331 as well! #2885

Closed
petaehrlich opened this issue Dec 21, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@petaehrlich
Copy link

Description

Just spend a day and many many reinstallations on a Ubuntu 24 LTS VM with the docker anything-llm version from 1.2.0 to latest. All crashing with Illegal instruction (core dumped) node /app/server/index.js. Found out, that #1331 ist the issue in that case as well while 'mintplexlabs/anythingllm:lancedb_revert' version runs fine. Turned out that proxmox default CPU instruction set is not compatible with newer versions.

Plz add to docker documentation that proxmox (qemu in general) default CPU types for linux "x86-64-v...." are not working with newer versions of anything-llm docker. In my case the used Ryzen 7700 CPU needed "host" passthrough to get a working system.

@timothycarambat
Copy link
Member

We don't "officially" support non-compatible CPU archs that dont have AVX2 support. I do it because I care as you found, the lancedb-revert tag on docker will boot, but the tag is usually way behind the current HEAD on Github because of compatibility issues.

We don't really want to encourage use of that tag because it will ultimately lead us to support it fully which is more to maintain. As far as documenting it goes we can add it to the docs for sure.

Added to doc repo

@timothycarambat timothycarambat closed this as not planned Won't fix, can't repro, duplicate, stale Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants