第2节课笔记(15班) #37
Replies: 21 comments 1 reply
-
nice,非常棒的训练营,以前是个小白完全不会去如何部署,和编写代码去下载模型,虽然现在还不会如何训练但是我感觉我已经前进一小步啦,希望未来完全能够学会大模型。加油 |
Beta Was this translation helpful? Give feedback.
-
第二节课比较有意思,是跟着教程一步一步的跑通三个已经预设好的模型。 |
Beta Was this translation helpful? Give feedback.
-
这节课按照讲义做很顺,没什么问题。 1)x-composer环境安装有个error,如下: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 不过好像不影响demo 2)SSH体会:internLLM的开发机用webui,需要本地端口转发,怎么实现呢? 在本地终端输入以下指令,第一个6006是在本地打开的端口,127.0.0.1:6006则是在开发机(服务器)打开的端口,而33386是开发机的SSH端口 ssh -CNg -L 6006:127.0.0.1:6006 [email protected] -p 33386 含义有3点: 参数说明: 查看.ssh目录的config文件,如下: Host ssh.intern-ai.org.cn 此时6006端口建立完成,但是没有web服务在上面, 我们指定了webui在127.0.0.1:6006 端口提供服务,于是开始进行webui通讯。 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
第二课,笔记作业:https://note.youdao.com/s/PjkZ2Elf |
Beta Was this translation helpful? Give feedback.
-
笔记&作业:https://g6xuom3zbh.feishu.cn/docx/VwKGd08m0oxbzvxPJRScMtPhnwb |
Beta Was this translation helpful? Give feedback.
-
第二课笔记 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
第二节课内容是,简单使用internLM的几个模型实践了有意思的Demo。提供的资料非常完善,所以几个Demo完成的也非常顺利。所以记录一下遇到的问题以及解决方案。
|
Beta Was this translation helpful? Give feedback.
-
第二次课笔记:02 demo尝试.md |
Beta Was this translation helpful? Give feedback.
-
非常丝滑,非常好 |
Beta Was this translation helpful? Give feedback.
-
非常丝滑,非常好 |
Beta Was this translation helpful? Give feedback.
-
包括一些知识点ppt,和实操上的qa笔记 飞书链接 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Problem无法直接通过Huggingface下载模型,可换源为Huggingface镜像站。导入环境变量 import os
from huggingface_hub import hf_hub_download # Load model directly
hf_hub_download(repo_id="internlm/internlm-7b", filename="config.json") |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
笔记+作业 |
Beta Was this translation helpful? Give feedback.
-
https://github.com/Gaia-yue/---/blob/main/%E4%B8%80%E6%9C%88/2_Demo.md |
Beta Was this translation helpful? Give feedback.
-
https://gvxxiiwsufy.feishu.cn/wiki/BqCcw4Nntin1u1k3Um0cee1Bnde?from=from_copylink |
Beta Was this translation helpful? Give feedback.
-
https://www.yuque.com/nandss/gyyg9p/ok7ng4msgbipyk1u?singleDoc# 《lesson2 书生·浦语大模型Demo笔记》 |
Beta Was this translation helpful? Give feedback.
-
https://novagen.notion.site/2-94537b2263154cd6823ae35a9b345189?pvs=4 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
请在下方提交笔记链接
Beta Was this translation helpful? Give feedback.
All reactions