Awni Hannun
Awni Hannun
> On the other hand, I agree with @francescofarina that GNN libraries like PyG can quickly become hard to install and to maintain because of the many dependencies and varying...
> It would probably be much easier for maintenance to have all GNN-related code within the separate mlx-graphs lib The fastest path to get this going is an external repo...
Ok it sounds like the immediate next step is to start a community lead repo `mlx-graph` (or something similarly named).. @TristanBilot may have a made the repo already. I'm very...
🤔 I do not see a bus error but I have some differences in my setup: - Tried the commit you pointed (same) - OS 14.2.1 (same as you) -...
I wiped the build and tried with cmake 3.28.1 and I still see no issue. So either there is something else is off with your env or we have an...
Is it just the tests? Are you able to import mlx and do any ops? What if you try from PyPi? Does that package work for you? Honestly i would...
Wow that is so strange.. I get this: `ValueError: [tril] array must be at least 2-D`
Is it just that case? Can you do `mx.tril(mx.ones((10, 10)))`?
Also what's your Pybind11 version? `python -c "import pybind11; print(pybind11.__version__)"`
But you see the same problem from C++ only right? So it seems unlikely to be a binding issue 🤔 Can you also see the output of: - `uname -m`...