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

installed cauchy-mult but does not work #11

Open
ChaiShiMei opened this issue Nov 16, 2023 · 2 comments
Open

installed cauchy-mult but does not work #11

ChaiShiMei opened this issue Nov 16, 2023 · 2 comments

Comments

@ChaiShiMei
Copy link

I installed cauchy-mult following the description "going to extensions/cauchy/ and running python setup.py install.".
But when I run the 'sashimi.py' to investigate its structure. This message shows again "CUDA extension for cauchy multiplication not found. Install by going to extensions/cauchy/ and running python setup.py install. This should speed up end-to-end training by 10-50%"
I installed pykeops==1.5 first.

@albertfgu
Copy link
Owner

That's strange. First, perhaps try uninstalling pykeops to be safe (I don't use it anymore). Second, check if the extension exists with pip list | grep cauchy. If it does, try reinstalling with pip uninstall -y cauchy-mult && pip install . (inside the extensions folder), and then check again if pip finds it. Then try opening a Python REPL and checking if you can import the extension (import cauchy_mult).

@albertfgu
Copy link
Owner

Your environment looks very out of date (e.g. python 3.7, pytorch 11.3)

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

No branches or pull requests

2 participants