-
Notifications
You must be signed in to change notification settings - Fork 20
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: Failed building wheel for torchsearchsorted #24
Comments
I suffer from the same problem. but I am no idea to solve this. |
because your environment not have GPU? |
I had this same problem. Luckily, this package's functionality is implemented in pytorch now. See https://pytorch.org/docs/stable/generated/torch.searchsorted.html |
So we just need to change |
Yes @yzy1996 |
So, all good. Still, do you get gradient propagating right with best |
In my code the conversion to |
At first, thank you for applying such good codes.
I followed the README step by step, but when I entered the torchsearchsorted folder, and use the 'pip install.' command, the warning above would appear. And it bothers me a lot.
The text was updated successfully, but these errors were encountered: