Benson Ma
Benson Ma
Hello; may I ask what is the status of this? Is akka-mesos still considered an active project?
Could you let me know what version of msys2 gcc you are using, and how to install them on a Windows machine?
> > Could you let me know what version of msys2 gcc you are using, and how to install them on a Windows machine? > > The installation procedure is...
> > > > Could you let me know what version of msys2 gcc you are using, and how to install them on a Windows machine? > > > >...
Our current preferred distribution of FBGEMM_GPU is through PyPI, because it can be leveraged in a Conda environment, which we recommend for FBGEMM_GPU installations because it allows for easy installation...
Closing this issue, as FBGEMM_GPU builds have substantially changed over the last few months. Please feel free to file a new issue if you run into installation issues.
Could you show the full logs, and let me know the nvcc, gcc, and cmake versions you are using? We don't have official support for building FBGEMM_GPU on WSL2, but...
Hmm, some of the tool versions you listed are not the recommended versions - in particular, CUDA should be at 12.1 and GCC should be at 10+. I did quick...
@shadow150519 could you try latest `main`, and run the usual FBGEMM_GPU build command, but with `-DWSL_MODE=1` added to the args? ``` python setup.py ...... -DWSL_MODE=1 ``` (See [here](https://github.com/pytorch/FBGEMM/blob/main/fbgemm_gpu/docs/BuildInstructions.md) for build...
Closing this ticket as a lot of changes have taken place since it was filed. Specifically, we now only support Python 3.8 - 3.11, CUDA 11.7-11.8, and PyTorch 2.0+. For...