ENjoyBlue2021
ENjoyBlue2021
Can confirm this. I had the same trouble too. If you get the Hook with ITHVNR first and make a userhook it reads the text no problem. Searching for hooks...
Yes, I agree with you. I made the post to say this is a problem for me too and it exists. :)
I also have the same Problem since I updated to 14.0+ with newer athmosphere version. I can play for around 30-60 min but eventually the game crashes or I get...
Happens with cuda from oobabooga too for me. What card are you using? I suspected my pascal gen 1080ti is too old for it maybe.
Thanks so much for adding multi GPU support, I was looking forward to it. You are the king man. This is extremly useful to increase my vram for 30b. I'm...
thanks for taking a look, much appreciated!! yep, the prompt is finished but the waiting time is pretty brutal.  This gif is displaying the konsole + browser.
That did it!! I'm sending the 2 times with the .synchronize() code you gave me. This did indeed properly show the prompt times. Before the fix: > Prompt processed in...
Hmm, you are correct. Putting a > if (CUDA_ARCH < 700) > { > > } Gives me an error. > /media/w/PhoenixSSD/oobabooga/miniconda/envs/textgen/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=0 -D__CUDA_NO_HALF_OPERATORS -D__CUDA_NO_HALF_CONVERSIONS -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_61,code=compute_61 -gencode=arch=compute_61,code=sm_61...
I think you are right, I played around a couple of hours trying to uninstall the old version. I reinstalled venv cuda toolkit 11.8 but that didn't fix anything. I...