赞
踩
入门岛
通关奖励:无
每位参与者提交一份自我介绍。
提交地址:https://github.com/InternLM/Tutorial 的 camp3 分支~
camp3_<id>.md
,其中 <id>
是您的报名问卷ID。./data/Git/task/
。创建一个个人仓库,用于提交笔记、心得体会或分享项目。
将Pull Request链接闯关材料提交到以下问卷,助教老师批改后将获得 50 算力点奖励!!!,完成项目申报后请联系浦语小助手(微信ID:InternLM)申请额外的团队项目算力资源~
提交地址:https://aicarrier.feishu.cn/share/base/form/shrcnZ4bQ4YmhEtMtnKxZUcf1vd
咯
git clone https://github.com/<github用户名>/Tutorial.git # 修改为自己frok的仓库
cd Tutorial/
git branch -a # 列出本地和远程的所有分支
git checkout -b camp3 origin/camp3 # 切换分支
git checkout -b camp3_<id> # 自定义一个新的分支, id改为自己的
注:访问GitHub可能失败,需要魔法上网。也可使用gitee替代github
本地git配置代理, 替换为自己的代理
touch ./data/Git/task/camp3_<id>.md # 创建自述文件,id改为自己的
git add .
git commit -m "add git_764_introduction" # 提交信息记录
git push origin camp3_764
PR链接: https://github.com/InternLM/Tutorial/pull/1225
第三期书生大模型实战营笔记
仓库链接:https://github.com/nonll/InternLM-Camp3
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。