bolt
bolt
easyocr.py:80 - Neither CUDA nor MPS are available - defaulting to CPU. Note: This module is much faster with a GPU. 这个应该是torch和cuda驱动不匹配的问题导致gpu没有启用 你本地 python命令行执行: import torch print(torch.cuda.is_avaliable()) 看下是否为True,为false的话就是gpu没有启用,至于下载被拒,可能是网不通或要设置代理
can we just reuse storage_state in playwright instead of cookies_file in BrowserContextConfig class?
+1
> OmniParser uses florence2 (or blip2-opt-2.7b) for captioning details and a custom trained yolo model for the icon detection. you can finetune both models as you like. I e.g. just...