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

nvidia.dali not found error #111

Open
ksikka opened this issue Oct 30, 2024 · 0 comments
Open

nvidia.dali not found error #111

ksikka opened this issue Oct 30, 2024 · 0 comments

Comments

@ksikka
Copy link

ksikka commented Oct 30, 2024

Say a machine has cuda v12

When you pip install -r requirements_litpose.txt -e lightning-pose

It seems to install only dali for cuda v11 due to this line in the requirements_litpose.txt file
nvidia-dali-cuda110 # freeze this to be cuda 11 for now

resulting in a python import error that nvidia.dali is not found

workaround is to manually pip install nvidia-dali-cuda120 or the correct version for your machine

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