You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are interested in reproducing your results on our local multi-gpu clusters. We wanted to understand if the version of pytorch still needs to be 1.3.1 or can we use a more recent version (2.0+)?
The text was updated successfully, but these errors were encountered:
Hi Siddharth! Thanks for being patient with a response and for reaching out. I've enjoyed reading a lot of your work like AxoNN.
You can use a newer version of pytorch (e.g. 2.0+), though you'll need a newer version of the CUDA extension. I think if you replace sparse_coo_tensor.cu with this file to account for the newer CUDA version (tested on pytorch 2.1 and CUDA 12.2), things should run.
Hi,
We are interested in reproducing your results on our local multi-gpu clusters. We wanted to understand if the version of pytorch still needs to be 1.3.1 or can we use a more recent version (2.0+)?
The text was updated successfully, but these errors were encountered: