pytorch / FBGEMM

FB (Facebook) + GEMM (General Matrix-Matrix Multiplication) - https://code.fb.com/ml-applications/fbgemm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support MacOS?

liesun1994 opened this issue · comments

hi, teams.
I am installing the latest fbgemm with the following command: pip install fbgemm-gpu-cpu==0.4.1 in MacOS, and it returns the following error: ERROR: Could not find a version that satisfies the requirement fbgemm-gpu-cpu (from versions: none) ERROR: No matching distribution found for fbgemm-gpu-cpu. Have we supported the MacOS device recently?

Hi @liesun1994, FBGEMM GPU doesn't officially support MacOS. You might want to try building from source. Please follow the instructions in https://github.com/pytorch/FBGEMM/blob/main/fbgemm_gpu/docs/BuildInstructions.md. Thank you!