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

Fixes breakage with PyTorch nightly #22 #23

Merged
merged 1 commit into from
Jun 14, 2019
Merged

Conversation

Dawars
Copy link
Contributor

@Dawars Dawars commented Jun 13, 2019

This is supposed to fix #22.

THRandom and THGenerator has been replaced with CPUGenerator.

The tests succeeded with the latest pytorch nightly (1.2.0a0+66e6571)

@rusty1s
Copy link
Owner

rusty1s commented Jun 13, 2019

Thank you. Shall we wait to merge this in till a new PyTorch stable version is released?

@Dawars
Copy link
Contributor Author

Dawars commented Jun 13, 2019

I think we could merge this but wait with updating the package at pypi if possible. In this case the tests should use the nightly versions as well.

Another option is to create a release and a dev branch.

@rusty1s rusty1s merged commit e465ac0 into rusty1s:master Jun 14, 2019
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

Successfully merging this pull request may close these issues.

Build fails with latest PyTorch nightly - THRandom has been removed
2 participants