10.16日课程,下载LLAMA #278
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#278
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
教程上显示图一:下载源码
这里下载llama3,
,后面应该怎么下载?
视频里老师是在图二:
而我登录这个地址显示的是图三:
tangyu@192.168.5.19是老师自己远程连接的服务器和账户喔,你可以在自己本地的电脑上做或者是租用外部服务器。老师这里就是远程连接的外部服务器。
本次课程的实验环境是Linux的Ubuntu系统,所以得准备一台Ubutnu系统的服务器。
您的图二以及图三显示的是老师的ssh链接,这个代表老师正在使用远程的服务器;代表老师在自己的电脑上(非Ubuntu系统)远程操作另一台Ubuntu系统的服务器上。
如果您自己的电脑不是Ubuntu系统的话,可能需要准备一台Ubuntu系统的服务器,通过ssh来进行远程连接才能做本次实验。
如果没有Ubuntu系统的话,您得根据自己的系统来准备:
(1) 如果您是Windows系统
根据课件,如果您使用的是Windows系统,那么得先下载GitBash。
下载完GitBash后,再输入ssh连接,连接到远程的Ubuntu系统。
然后再在GitBash里输入以下命令下载源代码开始本次实验:
(2)如果您是Mac系统的话,可以在Mac的终端连接远程服务器,再使用Mac终端进行本次实验。
@12390900721cs @GANGUAGUA 谢谢答复,可以推荐外部服务器吗?
建议可以在AutoDL租服务器
这里有这节课的相关复现贴,可以在操作时进行参考:
HswOAuth/llm_share#15 (comment)
@GANGUAGUA 谢谢,我试试