-
Notifications
You must be signed in to change notification settings - Fork 670
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
Unknown builtin op: torchvision::nms #818
Comments
@anandvsr nms is TorchVision operator that we don't support. It is still blocked by pytorch/vision#2692. |
Thank you! |
Hii @stu1130, |
If you install torchvision with python, you can use DJL to run your model, what you need to do is set environment:
This is urgly, but it should work. |
Hii @frankfliu , |
@smeet2804 You need build from source: https://github.com/pytorch/vision |
@frankfliu |
@smeet2804 what you need is c++ torchvision not python torchvision. The instructions are
|
Thanks @stu1130 , |
Add GPTJ and GPTNeoX model to tests
build.gradle
Predict.java
The text was updated successfully, but these errors were encountered: