duoduo

Results 4 comments of duoduo

换个清华镜像源,就不用折腾代理了 https://mirrors.tuna.tsinghua.edu.cn/help/pypi/

visual_chatgpt.py hard code `cuda:${device}`,I only have one graphics card, replace all `cuda:\d` with `cuda:0` work fine. https://github.com/microsoft/visual-chatgpt/blob/aadb7f2e2ee7baa455f0369f334ed4804b48a5cd/visual_chatgpt.py#L804

I discovered that the issue was due to the use of user environment variables. After disabling these variables and manually specifying the bin path, the slow performance was resolved. doc:...

I noticed that: - v1.11.0 requires minimum macOS 14.0 - v1.10.0 requires minimum macOS 10.14