Tutorial

闯关任务

任务1: 破冰活动:自我介绍
每位参与者提交一份自我介绍。 提交地址:https://github.com/InternLM/Tutorial 的 class 分支~
1.命名格式为 .md,其中 是您的报名问卷UID。
2.文件路径应为 ./icamp4/。
3.【大家可以叫我】内容可以是 GitHub 昵称、微信昵称或其他网名。
4.在 GitHub 上创建一个 Pull Request,提供对应的 PR 链接。

在 github 上 fork 全部分支

git clone https://github.com/antgwy/Tutorial.git
cd Tutorial/
git branch -a
git checkout -b class origin/class
git checkout -b class_4095

创建自己的介绍文件如下。
在这里插入图片描述
按如下方式推送分支到远程仓库

git add .
git commit -m "add git_camp4_4095_introduction"
git push origin class_4095

在这里插入图片描述
接着提交内容并合并分支,https://github.com/InternLM/Tutorial/pull/2536

在这里插入图片描述

任务2: 实践项目:构建个人项目
创建并维护一个公开的大模型相关项目或笔记仓库。
提交作业时,提供您的 GitHub 仓库链接。
如果您不常使用 GitHub,您可以选择其他代码管理平台,如 Gitee,并提交相应的链接。
仓库介绍中添加超链接跳转 GitHub 仓库(https://github.com/InternLM/Tutorial)
将此项目报名参加第四期实战营项目评选将解锁 30% A100 和 168 团队算力点资源,报名链接:https://aicarrier.feishu.cn/wiki/JuXvwHzGni2A2Rksd8Rczpvxngb

  仓库链接:https://github.com/antgwy/AnimeGPT

更多推荐