adferencz

Results 2 comments of adferencz

I'm still having issues compiling to native arm64 on PowerBook with M1 Max processor. I can compile fine when emulating (platform.processor() => 'i386'). Python 3.9 (platform.processor() => 'arm'), PyTorch 1.13...

Thank you! Not installing clang allowed the install to work. For pyg-lib and pytorch_sparse I had to compile from master > pip install git+https://github.com/pyg-team/pyg-lib.git However, running the code is still...