-
Notifications
You must be signed in to change notification settings - Fork 156
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
Project implicitly depends on torch nightly #29
Comments
What version of pytorch were you using out of curiosity? i'll add some info to the readme, there are a variety of torch version issues for the subclass api's the module swap api's should work fine |
I was using the latest torch stable 2.1.2 on cuda 11.8. ( |
Yeah the module swap APIs should work in that case |
@HDCharles You mean when using torch 2.1.2? |
This project seems to rely on torch nightly, which exports
return_and_correct_aliasing
. It might be worthwhile to document this. I suppose one could argue it's obvious enough from this being an experimental repo, but it was surprising to me.Nice work team, I'm looking forward to using this package.
The text was updated successfully, but these errors were encountered: