You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
filenvidia-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 machineThe text was updated successfully, but these errors were encountered: