busyfree
busyfree
用的是阿里云机器,配置是8核16G 修改 worker=0后运行错误 ``` /root/anaconda3/envs/yolov5lite/lib/python3.8/site-packages/torch/functional.py:478: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:2895.) return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]...
update to latest commit(commit id is 2c1bb46c7ad5b4536f6587d327a03f0ff7811c5d ), open two tab access the server, latest user change the model will overwrite the before user selected model.
test on latest commit, still have the problem when open two session page, new session page change the model will overwrite the before session page model selected. see the screenshot...
> For me, the Chat-GPT fixed the problem in web_selenium.py file: > > ``` > options.add_argument("--no-sandbox") > options.add_argument("--disable-dev-shm-usage") > options.add_argument("--remote-debugging-port=9222") > options.add_argument("--headless") > ``` > > I am using headless...
> @busyfree please try with the latest version, and if it's still broken, provide more info about how you are running Auto-GPT, e.g. what OS/environment. I have update to lastest...