Peter Ding

Results 193 comments of Peter Ding
trafficstars

请说明一下你用的操作系统。并多运行几次下面的命令,看看是否会报错。 ```shell python3 -c 'import socket, ssl; context = ssl.SSLContext(); context.load_default_certs(); hostname = "pcs.baidu.com"; s = socket.socket(socket.AF_INET, socket.SOCK_STREAM); ssl_sock = context.wrap_socket(s, server_hostname=hostname); ssl_sock.connect((hostname, 443))' ```

`https://pcs.baidu.com/rest/2.0/pcs/file` 似乎不再支持 `rapidupload` (秒传) 了。 有朋友知道是接口更新了吗? 我在 https://pan.baidu.com/union/doc/3ksg0s9ye 没找到 `rapidupload` 接口。

好的。我尽快把打包放在actions上。

我测试`BaiduPCSApi.share`没有错误。 你试试分享其他文件试试。如果还是不行,就在浏览器中分享试试。看看浏览器上能不能分享。

目前,运行模型最少需要 16G 以上的 nvida 显卡,所以 macos 系统不支持。

https://github.com/visual-openllm/visual-openllm/issues/10#issuecomment-1488266729

至少要 16G 以上的显存。

Recently we support only to load two models which are the ChatGLM-6B and stable-diffusion-v1-5. The total GPU memory they costs is nearly 16G. Next time, we plan to support more...