Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support torch==1.9 #130

Open
ffuuugor opened this issue Jul 28, 2021 · 5 comments
Open

Support torch==1.9 #130

ffuuugor opened this issue Jul 28, 2021 · 5 comments

Comments

@ffuuugor
Copy link

Hi!
Do you have any plans to support PyTorch 1.9?

We at opacus use csprng to generate cryptographically secure noise and ideally we want to make it available to people using the latest pytorch version.
Additionally, it creates conflicts with the latest versions of packages like torchvision, which makes testing quite tricky

@romovpa
Copy link
Contributor

romovpa commented Oct 2, 2021

I managed to successfully build and test csprng with torch==1.9.1+cu111. Opacus passes all the tests as well, however I'm not sure csprng is properly covered there.
For some reason the latest release in PyPI (dated in Mar 2021) requires torch-1.8.1. We probably just need to fix the CI.

@romovpa
Copy link
Contributor

romovpa commented Jan 12, 2022

Well, successfully built csprng in colab (gpu instance) with torch==1.10.0+cu111.

https://colab.research.google.com/drive/1XilZ1a-7oXUbaEwzOPTOaiPy9DGLZaVl?usp=sharing

@JMMarchant
Copy link

Any further news on this?

@HarrisonWilde
Copy link

Any news on this?

@s-zanella
Copy link

It would be great to have a new release with formal support for PyTorch 2.x and CUDA 12. It builds and passes the tests even with torch==2.4.1 with CUDA 12.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants