Git Product home page Git Product logo

awesome-internllm's Introduction

书生实战营


🧐 本次学习由InternStudio平台赞助

🧿算力平台:https://studio.intern-ai.org.cn/console/instance

🧿闯关流程:https://aicarrier.feishu.cn/wiki/XBO6wpQcSibO1okrChhcBkQjnsf

🧿闯关教程地址:https://github.com/InternLM/Tutorial/

🧿推荐学习资料:计算机教育中缺失的一课 · the missing semester of your cs education (missing-semester-cn.github.io)


1. InternStudio平台使用教程

平台首页:

image-20240718101541142

创建机器:

image-20240718101644835

选择镜像:

image-20240718101724488

image-20240718101930310

记得修改运行时间:

image-20240718101803708

2. Linux 登录方式

添加ssh密钥

本地端创建生成密钥

本地端powershell输入ssh-keygen -t rsa

输入命令后一路回车就可以了,这里的密钥默认情况下是生成在~/.ssh/目录下的,~表示的是家目录,如果是windows就是C:\Users\{your_username}\

服务器端添加密钥

  • 方式一:在线添加

image-20240718105230406 image-20240718105239565

image-20240718105334657

  • 方式二:写入文件

image-20240718105935169

选择登录方式:

image-20240718102013097

在线登录

根据个人爱好选择喜欢的用户界面:

  • JupyterLab

  • CLI

  • VsCode (地表最强,不接受反驳)

image-20240718102243393

powershell + ssh登录:

复制登录命令到powershell,这里的37367是开发机所使用的SSH端口,一般使用的都是22端口,没有这个端口号的话是连不上SSH的,并且每个人的端口都不一样,所以如果大家在连接开发机时出现连不上的情况,那就需要检查一下是不是端口错了。

image-20240718102606209

image-20240718102850063

成功登录

image-20240718102928978

VsCode + remote SSH 登录

当然也可以使用SSH远程连接软件,例如:Windterm、Xterminal等。这里我们使用VScode进行远程连接,使用VScode的好处是,本身它就是代码编辑器,进行代码修改等操作时会非常方便。

image-20240718110249247

image-20240718110459569

输入登录命令:

image-20240718110608275

image-20240718110626126

如果将*StrictHostKeyChecking noUserKnownHostsFile* /dev/null删除掉会跳出指纹验证的弹窗:

awesome-internllm's People

Contributors

helium-327 avatar

Stargazers

墨非未已 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.