haofanurusai

Results 5 comments of haofanurusai

same error as yours, and I printed its exit code: ![pic](https://user-images.githubusercontent.com/90292544/231094723-78370c8b-9f71-4f70-a77d-6122277c0b01.png) 0xC000001D usually means the cpu lack of instruction set such as AVX. which cpu do you use? mine is...

tested on i7-9750H and no error occurs consider use better cpu, use gpu, run in python or rebuild .exe ![2](https://user-images.githubusercontent.com/90292544/231095633-b906cbf5-0d5a-424c-8ca3-b8d8f4f95f2a.png)

You may try to run `go-realtime-gui.bat` and if you got something like: `AttributeError: 'RVC' object has no attribute 'tgt_sr'` you can patch `runtime/Lib/site-packages/fairseq/checkpoint_utils.py` search for any `torch.load` and add `weights_only=False`...

BTW I am using RTX 4080 so I am not sure with RTX 50 series I just updated my PyTorch to 2.7.0 for better speed, then the problem occured, and...