alex9441
alex9441
感谢作者提示。今天略微测试了一下,作者提供的这个“用不同语速的prompt影响输出结果”的方法,效果还是不错的。
> 我昨天也遇到了类似问题 "Use 20 cpu cores for computing" 是项目根目录 launch-ui.py 里的 `print("Use",thread_count,"cpu cores for computing")` 输出的。要想用到 GPU,还是得使用合适版本的 cuda 和 pytorch,让 launch-ui.py 的 `torch.cuda.is_available()` 这一句返回 True。你可以先执行 > > ```python > import...
请问在Windows下如何修复这个错误?
> > [@Magichiffon](https://github.com/Magichiffon) 先把修复脚本下载下来再执行 > > Invoke-WebRequest https://raw.githubusercontent.com/licyk/hub-action/refs/heads/main/tools/fix_onnxruntime_gpu.py -OutFile ./fix_onnxruntime_gpu.py > > python ./fix_onnxruntime_gpu.py > > [@alex9441](https://github.com/alex9441) 参考这个的方法 运行 A启动脚本.bat 提示: WARNING: Skipping onnxruntime-gpu as it is not installed. 但在IDE里运行...