-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Error: Unsupported model type: whisper #539
Comments
Related: huggingface/transformers.js#314 |
Can you shell into your container and see if there are any files in I do not have an M-series chip so I am unable to replicate this issue currently. We have the "patched" version of transformers running already so that should be resolved. |
I get a similar
|
Okay, here is the root cause. On AMD machines, Docker runs AnythingLLM in an x86 emulator on the container. This emulator overhead causes ONNX models to run very slowly if at all. This slowness also leads to timeouts on the HTTPS call to HF when downloading the models needed to embed,whisper, etc. The fix for this is to publish an AMD64 image for AnythingLLM so that AMD machines can download an appropriate image and not run in a compatibility mode.
This support causes issues with lanceDB, who require Rust binaries for it to run.
|
Bump @lancedb/vectordb to 0.1.19 for AMD compatibilty resolves #539
* Update build process to support multi-platform builds Bump @lancedb/vectordb to 0.1.19 for ARM&AMD compatibility Patch puppeteer on ARM builds because of broken chromium resolves #539 resolves #548 --------- Co-authored-by: shatfield4 <[email protected]>
When uploading an mp4 file I get the error:
failed fetch
.The docker log output shows the following:
I am running anythingllm with my Apple M1 Max running macOS 14.2.1 (23C71)
The text was updated successfully, but these errors were encountered: