Yuan Ren
Yuan Ren
个人感觉应该不是格式的问题, 而是作者的仓库中已经创建好了mysql.user并且表项就是adminadmin的root密码
@iicey 解决方案: 1. 将已经启动的mysql的mysql.user中将root密码改掉. 我之前尝试这种方法,但是有些问题(有待于进一步探讨) 2. [推荐] docker-compose down后,直接将mysql删掉,重新up容器然后手动建solo的表 这两种都请参考 [issues7](https://github.com/liumapp/solo-in-docker/issues/7)
我回退回去看看, 谢谢~~
@liumapp 这个问题在我使用的皮肤[solo-nexmoe](https://github.com/InkDP/solo-nexmoe/commit/434929bf2061e546afc99fff9f2356b781824b86)得到了暂时修复. 感谢回复和问题定位. 如果觉得这个issue没什么用了的话, 可以关闭了.
README已更新, 可以进行关闭. 十分感谢~
same error occur to me~~~heh
> 1. 如果是v3.4版本的etcd,启动命令需要加上`--enable-v2=true`,v3.4默认不启动v2服务; > > 2. `--cert-file=/opt/k8s/work/flanneld.pem` --> `--cert-file=/etc/etcd/cert/etcd.pem ` 老哥,你这解释的一个都不通啊
### Describe the bug Hi @tjruwase, really thanks for join us. I have totally same problem with @etoilestar.Please let me give some more details. I noticed the "buffer nbytes !=...
size mismatch for O.weight: copying a param with shape torch.Size ([4096, 1024]) from checkpoint, the shape in current model is torch.! size mismatch for O. bias: copying a param with...
I get "RuntimeError: The size of tensor a (32) must match the size of tensor b (1258) at non-singleton dimension 3" error, need help, please.