-
Notifications
You must be signed in to change notification settings - Fork 30
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
CPU only torchcodec links to Nvidia Performance Primitive libs #589
Comments
Hi @sandhawalia , can you clarify how you installed torchcodec? |
Hey @NicolasHug sure, We install using uv
with this entry in the uv.lock file
|
Curious, when I install with
We don't maintain the uv.lock file for TorchCodec, and I'm not sure who does. If you install with pip directly, do you still see the dependency? |
Hey thanks for looking into this. Yes I still do
Though this issue not there for ffmpeg !=7
|
Some more info re: the
|
🐛 Describe the bug
torchcodec==0.2.1 CPU only
This requires NPP should be installed through
nvidia-cuda-toolkit
is this expected ? This causes a failure on CI which uses a non cuda hostVersions
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: