Installation#

Pre-requistes#

Pytorch-FINUFFT requires either finufft and/or cufinufft 2.1.0 or greater.

Note that currently, this version of cufinufft is unreleased and can only be installed from source. See the relevant installation pages for finufft and cufinufft.

Pytorch-FINUFFT also requires pytorch 2.0 or greater. See the installation matrix on Pytorch’s website.

Source Installation#

Once the pre-requisites are installed, you can install Pytorch-FINUFFT from source by running

pip install -U git+https://github.com/flatironinstitute/pytorch-finufft.git

Installation from PyPI#

TBD.