-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error when running under PyTorch 2.1.0 - TORCH_LIBRARY single use #66
Comments
Hello, thank you for open this issue. |
How does it look with the compatibility of PyTorch 2.2.1? It seems deepview-profile 0.13.3 is still limited to PyTorch <= 2.0.1. |
Hi @sascharo , |
Awesome! Do you have an ETA? |
We are running some test before we release to pypi, I would say a couple of weeks from now |
Hello @sascharo , |
Tested on examples/testnet
Error:
-> RuntimeError: Only a single TORCH_LIBRARY can be used to register the namespace _inductor_test; please put all of your definitions in a single TORCH_LIBRARY block. If you were trying to specify implementations, consider using TORCH_LIBRARY_IMPL (which can be duplicated). If you really intended to define operators for a single namespace in a distributed way, you can use TORCH_LIBRARY_FRAGMENT to explicitly indicate this. Previous registration of TORCH_LIBRARY was registered at /dev/null:241; latest registration was registered at /dev/null:241
-> This error occurred on line 27 when processing entry_point.py.
However, it works on PyTorch 2.0.1
The text was updated successfully, but these errors were encountered: