iamqk
iamqk
prevent crash on iOS, tested work fine. (macOS maybe, no test)
Release [updated0528v2](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/releases/tag/updated0528v2) when install dependency use pip install -r requirements.txt or manually install onnxruntime-gpu(I think this pack do not support Mac) will give error: ERROR: Could not find a version...
On m1 Mac mini, macOS 13.4 in file extract_feature_print.py ``` if len(sys.argv) == 5: exp_dir = sys.argv[4] version = sys.argv[5] else: i_gpu = sys.argv[4] exp_dir = sys.argv[5] os.environ["CUDA_VISIBLE_DEVICES"] = str(i_gpu)...
I make work ok on previous version of PVE, but when I update kernel to 6.11.11, something goes wrong. I tried a lot of things, and get very mess, code...
## 你正在使用哪个版本的 V2Ray? 客户端 5.19 服务器端5.16.1 ## 你的使用场景是什么? qv2ray客户端开启v2ray api系统的时候会造成无法进行某些连接connection reset by peer 百分百复显:斗鱼mac客户端打开api系统统计流量的时候就会造成视频大概率无法出现 ## 你看到的异常现象是什么? 无法播放直播视频 一般web浏览正常 斗鱼app弹幕连接正常 就是视频无法播放 如果不开启api功能则一切正常 ## 你期待看到的正常表现是怎样的? ## 请附上你的配置 **服务端配置:** ```javascript // 在这里附上服务器端配置文件 ```...