03 2025 档案
摘要:如题,无论怎么配置 rsa 的公钥和私钥那一套,都要输入密码才能登录。 一些新版本的 SSH 客户端默认可能会禁用或限制 rsa,在 config 里加入两行: HostKeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa 这两行配置分别指定了
阅读全文
摘要:完整问题: ValueError: You can't train a model that has been loaded with device_map='auto' in any distributed mode. Please rerun your script specifying --n
阅读全文
摘要:我的 vscode 版本: January 2025 (version 1.97) 无论是在 remote-SSH 连接远程服务器时,还是本地编辑时,都会反复弹出: 我们卸载了“equinusocio.vsc-material-theme”,它被报告存在问题。 参考: https://github.
阅读全文