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

documenting system and dependency requirements #13

Open
scott2b opened this issue Apr 9, 2021 · 0 comments
Open

documenting system and dependency requirements #13

scott2b opened this issue Apr 9, 2021 · 0 comments

Comments

@scott2b
Copy link

scott2b commented Apr 9, 2021

There is no requirements.txt file or documentation of the dependencies. So far, I have sleuthed out the following, which may or may not be the right versions:

nltk==3.4
pandas==0.24.2
torch==1.5.0

I still don't have it running since apparently a CUDA device is required. If I try to run main.py, I get the following error:

AttributeError: 'module' object has no attribute '_cuda_setDevice'

I tried setting the env variable:

CUDA_VISIBLE_DEVICES=""

which should prevent PyTorch from trying to use cuda, but this is not working.

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

1 participant