CLIPPyX
CLIPPyX copied to clipboard
Failing installation on Nvidia DGX Spark (arm64 architecture)
I tried to install CLIPPyX on a Nvidia DGX Spark computer. It is an arm64 computer with a powerful GPU and plenty of memory.
Unfortunately the installation fails. Initially there were several issues. First, python < 3.11 has to be used. I solved that with miniconda.
Then the problem seems to be like the one reported in https://github.com/0ssamaak0/CLIPPyX/issues/33 which is that mlx-embeddings cannot be installed.
As mentioned in that issue, mlx/mlx-embeddings is only for MacOS.
If I try to install without the dependencies, then I hit similar problem to that in https://github.com/0ssamaak0/CLIPPyX/issues/30
Is there any hope to get this resolved?