-
Notifications
You must be signed in to change notification settings - Fork 8
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
More up-to-date PyTorch? #1
Comments
Thanks for your interest, Nicholas! The reason why we require PyTorch 1.8 is that it is the latest version officially compatible with That said, We need Unfortunately, we also took a dependency on For loading and running the models in forward mode you won't need |
To be more concise, according to [1], [2] and [3], the following combination of versions are the most up-to-date versions of pytorch, csprng, opacus for GPU that work flawlessly are:
It took me some time to find the correct configuration: Could you had this to the repo, so that other people do not need to waste their time? [1] csprng repo |
Thanks for digging into this @xehartnort! For the record, these are the requirements we recommend:
This is the configuration we used. We tested that it works well in a clean environment. What problem did you encounter when trying it? Despite what the We wouldn't want to prescribe a specific version of the CUDA toolkit or even the use of CUDA at all since GPU acceleration is not required. There are several versions that would work with |
Thanks for publishing this competition. It looks great.
Any chance we could get a requirements file with a more up-to-date version of PyTorch? We're currently on 1.13, and unfortunately version 1.8 doesn't play well with the CUDA/GPU configurations for the majority of the machines I have available to me.
I've spent a few hours fighting with things and if I figure out a configuration that works I'll close send a PR but if you happen to have one available it'd be much appreciated.
The text was updated successfully, but these errors were encountered: