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
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
In #111, we added support for ARM architecture, but due to the resource limitations of GitHub Action runners, we had to use some hacks (#114, #131) to squeeze out more build space.
Unfortunately, these hacks soon became invalid (jlumbroso/free-disk-space#4), so support for ARM architecture was cancelled...
I'm running
docker run -p 80:80 -e MODEL=user/repo hyperonym/basaran:0.14.1
where
user/repo
is a Hugging Face repo. It then appears to download the model, but then once it finishes it just exits the process.I'm using 0.14.1 because it looks like that's the only one that supports arm64 chips.
The text was updated successfully, but these errors were encountered: