Felix-Petersen/difflogic

import difflogic_cuda

Closed this issue · 4 comments

Hello.
I would like to re-produce the result and I have followed the readme file.
However, after I run the code, it said there is no module called difflogic_cuda.

I went over the source codes and I did not find any file with such name.

Any ideas?
image

+1

I also encountered a similar problem, how can I solve it
image

@ZhaoZiyu1998 Hope to get your contact, thank you

It seems like for this code, import difflogic_cuda was commented out. This is a dependency that gives access to the CUDA bindings for running on GPU. Could you specify whether you successfully installed the default package including CUDA (main branch or the git repo) / pip install difflogic?