本文主要是介绍InternLM第3次课作业,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
部署
参考github教程:https://github.com/InternLM/tutorial/tree/main/langchain
问题1:
windows端口映射过程命令
ssh -i C:\\Users\\breat/.ssh/id_rsa.pub -CNg -L 7860:127.0.0.1:7860 root@ssh.intern-ai.org.cn -p 3 4145
中,提示找不到id_rsa
ssh命令中传入windows的路径可能有些问题,直接在密钥所在的目录打开cmd再运行
问题2:
参考:https://blog.csdn.net/weixin_40415591/article/details/121661857
把其他用户的权限都删掉
运行效果
这篇关于InternLM第3次课作业的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!