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
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
(T pid=47452) Exception raised in creation task: The actor died because of an error raised in its creation task, ray::T.__init__() (pid=47452, ip=192.168.1.68, actor_id=34d055865916a666bd2e62b501000000, repr=<2024-05-25_ray_nvenc.T object at 0x70db17bfda20>)
(T pid=47452) File "<ipython-input-3-bd07d4f981a3>", line 5, in __init__
(T pid=47452) RuntimeError: [/tmp/pip-req-build-k99edwsy/src/PyNvCodec/src/PyNvCodec.cpp:61](https://vscode-remote+ssh-002dremote-002binference1.vscode-resource.vscode-cdn.net/tmp/pip-req-build-k99edwsy/src/PyNvCodec/src/PyNvCodec.cpp:61)
(T pid=47452) CUDA error: CUDA_ERROR_NO_DEVICE
(T pid=47452) no CUDA-capable device is detected
Expected behavior
The CUDA device should be found
Desktop (please complete the following information):
OS: Ubuntu 22.04
Nvidia driver version: 550.67
CUDA Version: 12.4
Python Version: 3.10.13
Video Codec SDK Version: PyNvCodec 2.0
The text was updated successfully, but these errors were encountered:
There’s been no active development going on in this repository for some time.
Please check out https://github.com/RomanArzumanyan/VALI which is VPF spin off. It’s actively developed and maintained. It also has compatible API and module naming.
You can simply duplicate your issue there if it reproduces on latest version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I get the error
CUDA error: CUDA_ERROR_NO_DEVICE
when run inside ofray.remote
To Reproduce
Expected behavior
The CUDA device should be found
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: