-
Notifications
You must be signed in to change notification settings - Fork 4
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
When windows version born ? #1
Comments
|
This now works as of PyTorch nightlies on 2 December 2020. To get this to work on Windows, you'll need to adjust the version in the dependencies {
// Remember to remove "-SNAPSHOT" after 1.4 is released!
- implementation 'org.pytorch:pytorch_java_only:1.4.0-SNAPSHOT'
+ implementation 'org.pytorch:pytorch_java_only:1.8.0-SNAPSHOT'
}
and then you'll also need to add the
Voila: |
Wonderful! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hope as soon as possible...
The text was updated successfully, but these errors were encountered: