Open leftmove opened 1 month ago
@leftmove, it seems like you are using an ARM machine. There are no pre-built wheels for arm in the current PYPI version unfortunately. I'll try to include it in the next release. In the meantime, You can try to build it from the source.
How can I run this library in Docker? Currently, when I include it in my dependencies, it says it cannot find the source file
ggml.h
, and that the wheel build failed. What does this mean?Here is the error.
Here is my Dockerfile.
I use uv if that's relevant. Here is the dependencies section of my
pyproject.toml
.