书生大模型实战营第四期-入门岛-3. Git关卡任务
书生大模型实战营-第四期
闯关手册:https://github.com/InternLM/Tutorial/blob/camp4/docs/L0/git/task.md
任务概览
- 任务1: 破冰活动:自我介绍
- 任务2: 实践项目:构建个人项目
任务1: 破冰活动:自我介绍
任务内容
每位参与者提交一份自我介绍。 提交地址:https://github.com/InternLM/Tutorial 的 class 分支~
- 命名格式为 .md,其中 是您的报名问卷UID。
- 文件路径应为 ./icamp4/。
- 【大家可以叫我】内容可以是 GitHub 昵称、微信昵称或其他网名。
- 在 GitHub 上创建一个 Pull Request,提供对应的 PR 链接。
作业提交
PR链接: https://github.com/InternLM/Tutorial/pull/2689
任务2: 实践项目:构建个人项目
任务内容
- 创建并维护一个公开的大模型相关项目或笔记仓库。
- 提交作业时,提供您的 GitHub 仓库链接。
- 如果您不常使用 GitHub,您可以选择其他代码管理平台,如 Gitee,并提交相应的链接。
- 仓库介绍中添加超链接跳转 GitHub 仓库(https://github.com/InternLM/Tutorial)
- 将此项目报名参加第四期实战营项目评选将解锁 30% A100 和 168 团队算力点资源,报名链接:https://aicarrier.feishu.cn/wiki/JuXvwHzGni2A2Rksd8Rczpvxngb
作业提交
github仓库链接,用于记录个人大模型学习笔记及练习代码:
# github创建仓库,name为LLMTutorail,选择public,其他参数默认。按照提示在本地克隆仓库并完成初始化及提交。
(myenv) root@intern-studio-50014188:~/camp4/L0/git# git clone https://github.com/lldhsds/LLMTutorail.git
(myenv) root@intern-studio-50014188:~/camp4/L0/git# cd LLMTutorail/
# 创建readme文件,并写入超链接跳转仓库
(myenv) root@intern-studio-50014188:~/camp4/L0/git/LLMTutorail# vim README.md
# LLMTutorail
[InternLM-Tutorial](https://github.com/InternLM/Tutorial)
(myenv) root@intern-studio-50014188:~/camp4/L0/git/LLMTutorail# git init
Reinitialized existing Git repository in /root/camp4/L0/git/LLMTutorail/.git/
(myenv) root@intern-studio-50014188:~/camp4/L0/git/LLMTutorail# git add README.md
(myenv) root@intern-studio-50014188:~/camp4/L0/git/LLMTutorail# git commit -m "first commit"
[master (root-commit) 4077c92] first commit
1 file changed, 1 insertion(+)
create mode 100644 README.md
(myenv) root@intern-studio-50014188:~/camp4/L0/git/LLMTutorail# git branch -M main
(myenv) root@intern-studio-50014188:~/camp4/L0/git/LLMTutorail# git remote add origin https://github.com/lldhsds/LLMTutorail.git
fatal: remote origin already exists.
(myenv) root@intern-studio-50014188:~/camp4/L0/git/LLMTutorail# git branch -a
查看仓库: