dan_the_3rd
dan_the_3rd
> will try building it from source, maybe it has to do with the pip version I don't think this is related, as these kernels are built at run-time. >...
Hi @vedantroy and thanks for opening this issue! Indeed we don't provide builds for pytorch nightly. This is indeed something we have on our radar (tracking PR: https://github.com/facebookresearch/xformers/pull/495). We have...
We now have binaries for windows (download `windows-2019.zip` from [here](https://github.com/facebookresearch/xformers/actions/runs/3543179717)). Can you check if you can pip-install the one that corresponds to your pytorch/python/cuda version? cc @AbdBarho
you have to click on "Summary" to have the artefacts ready to download: https://github.com/facebookresearch/xformers/actions/runs/3566916718
Hi, Thanks for reporting this bug! We'll try to get this fixed asap.
Hey, So if you want to have a look, this is because we run many blocks in parallel across 3 dimensions (`x,y,z`), and there is a limit to 65k for...
Hi, We require PyTorch 2.1 as of https://github.com/facebookresearch/xformers/commit/ad986981b141a218bf07bf968e920051ff2c7b41 You need to checkout an earlier commit if you want to build for an older version of PyTorch - but if possible...
I didn't get a reply, opened a new issue https://github.com/pypi/support/issues/4168
Hi, You should try to update PyTorch to 2.2.0 - we will add this requirement soon anyway.
Hi, Thanks for reporting this issue. Unfortunately it might be more effort than just this line, as we check for device capabilities in multiple places as well... @fmassa @bottler any...