01.06.2024, 15:52
If I remember previously it was necessary to include in the path the folder "torch_dependencies".
Probably on my PC is working because I have also the cuda 11.4 dll.
I have to check the thread on CodeFormer probably this issue was already covered in that post.
EDIT:
Same issue reported here: https://forum.selur.net/thread-3574-post...l#pid21272
On my side this code works
Dan
Probably on my PC is working because I have also the cuda 11.4 dll.
I have to check the thread on CodeFormer probably this issue was already covered in that post.
EDIT:
Same issue reported here: https://forum.selur.net/thread-3574-post...l#pid21272
On my side this code works
PS D:\Programs\Hybrid\64bit\Vapoursynth> .\python
Python 3.12.3 (tags/v3.12.3:f6650f9, Apr 9 2024, 14:05:25) [MSC v.1938 64 bit (AMD64)] on win32
>>> import dlib
>>> print('DLIB_USE_CUDA: ' + str(dlib.DLIB_USE_CUDA))
DLIB_USE_CUDA: True
>>> print('cuda.get_num_devices: ' + str(dlib.cuda.get_num_devices()))
cuda.get_num_devices: 1
Dan