idnawsi

Results 9 comments of idnawsi

My password for my PC have uppercase, so rustdesk pretty much useless since i can't type in my password, i update my ios and rustdesk at the same time, so...

This is on my iphone running ios 17.0.3 using ios keyboard shift not working, but using shift toolbar on top from rustdesk works, here is the video https://github.com/rustdesk/rustdesk/assets/42857536/746be69e-7346-468b-acbd-de9d07e90455

> Was it working well before ios 17 update? I think the ios not the problem, just test this on my old iphone running ios 15, https://github.com/rustdesk/rustdesk/assets/42857536/3126b62f-1999-4dba-87fd-9d16d762de18

> 1.you need to install CUDA and Pytorch(CUDA) 2.you need to rebuild whisper i install Cuda and Pytorch , reinstall backend from scratch, still GPU not found

> > 1.you need to install CUDA and Pytorch(CUDA) 2.you need to rebuild whisper > > that fixed. thanks I still can't fix it, can you give some insight?

i reinstall my windows, install all the dependencies and prerequisite, and still not able to detect my GPU.

> > > > 1.you need to install CUDA and Pytorch(CUDA) 2.you need to rebuild whisper > > > > > > > > > that fixed. thanks > >...

here is the log to check pytorch and cuda version C:\Windows\System32>python -c "import torch; print(torch.__version__)" 2.7.1+cu128 C:\Windows\System32>python Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)] on...

i replace the build_whisper.cmd script from cmake .. -DBUILD_SHARED_LIBS=OFF -DWHISPER_BUILD_TESTS=OFF -DWHISPER_BUILD_SERVER=ON to cmake .. -DBUILD_SHARED_LIBS=OFF -DWHISPER_BUILD_TESTS=OFF -DWHISPER_BUILD_SERVER=ON -DGGML_CUDA=ON -DGGML_CUBLAS=ON -DCMAKE_CUDA_ARCHITECTURES="86" this fixed it.