Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[4 / 1 / 1]

No.1472466 View ViewReplyOriginalReport
I'm trying to use Mokuro OCR with GPU
https://github.com/kha-white/mokuro

I installed Cuda 118, cuda 125, (Like several attempts with different ones)
pytorch as instructed
import torch
print(torch.__version__)
print(torch.cuda.is_available())
shows as TRUE

Python also tried with 3.9 and now 3.10.10
My GPU is a RTX 3050 6gb VRAM

It just keep using 100%CPU and even goes below 40% CPU, unusable... Please help.