Sergey Pinus
Sergey Pinus
I will ask you to keep questionable materials outside of GITHUB. I don't think DmMaze wants to convert the repository to 18+
> 这个部分不知道有没有机会优化 It's unlikely. LLM OCR was originally created for online LLM services. I admit that some parts can be speeded up and parallelized, but I didn't because I only...
> @elliotttate this doesn't seem to work on ARM64. As far as I understand, Alpha still does not support ARM64. But in theory, you can do 1.4.1 versions until 1.5A...
Sorry. I stopped fixing it because it breaks all the time. They change something in the requests and every week it falls. I'm sorry, I'm tired of fixing it. I...
> v0.1.0已经失效了,出现这个错误时,如果你登录了账号则秒封7天 I understand there's no fix yet?
> [Actually I already fixed it but decided not to push the code](https://github.com/lanyeeee/bilibili-manga-download-script/issues/4) > Last time when I open-sourced this script, Bilibili Manga devs pushed out counter-measures in their web...
Try this ```bash # CUDA 11.8 pip install -U torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 --index-url https://download.pytorch.org/whl/cu118 # CUDA 12.1 pip install -U torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2 --index-url https://download.pytorch.org/whl/cu121 ```
> Not impossible that windows can't be supported right now > > [forums.developer.nvidia.com/t/does-nvidia-give-up-the-development-of-hpc-sdk-on-windows-completely/316530](https://forums.developer.nvidia.com/t/does-nvidia-give-up-the-development-of-hpc-sdk-on-windows-completely/316530) It works for me. Have you installed nvidia toolkit? 
https://developer.nvidia.com/cuda-downloads ?
> There we go > > Installed it, had to get one from the archive as the latest version seems to have installation issues with getting stuck during installation. >...