7-Chinese LLaMA Alpaca系列模型OpenAI API调用实现-24.10.16 #245

Open
opened 2024-10-21 00:06:05 +08:00 by leofly007 · 3 comments

老师,这一步能不能讲详细点,不知道怎么去运行这一串命令cd ~/ && wget https://file.huishiwei.top/Chinese-LLaMA-Alpaca-3-3.0.tar.gz
tar -xvf Chinese-LLaMA-Alpaca-3-3.0.tar.gz

老师,这一步能不能讲详细点,不知道怎么去运行这一串命令cd ~/ && wget https://file.huishiwei.top/Chinese-LLaMA-Alpaca-3-3.0.tar.gz tar -xvf Chinese-LLaMA-Alpaca-3-3.0.tar.gz

实验环境是在ubuntu下运行,课程手册前面有写哈,你需要一个ubuntu环境,方便正确运行实验代码
截屏2024-10-21 13.51.53.png

这几个命令的具体含义是:
cd ~/  #这个命令表示切换到用户的主目录 (~ 表示当前用户的主目录)
wget https://file.huishiwei.top/Chinese-LLaMA-Alpaca-3-3.0.tar.gz 这个命令使用 wget (这是一个工具)从指定的 URL(https://file.huishiwei.top/Chinese-LLaMA-Alpaca-3-3.0.tar.gz )下载文件(windows没有wget命令,将https://file.huishiwei.top/Chinese-LLaMA-Alpaca-3-3.0.tar.gz直接输入浏览器搜索框也可下载)
tar -xvf Chinese-LLaMA-Alpaca-3-3.0.tar.gz 表示解压缩这个文件
实验环境是在ubuntu下运行,课程手册前面有写哈,你需要一个ubuntu环境,方便正确运行实验代码 ![截屏2024-10-21 13.51.53.png](/attachments/84ababea-3484-4db3-86a3-9edeaaf4193c) ``` 这几个命令的具体含义是: cd ~/ #这个命令表示切换到用户的主目录 (~ 表示当前用户的主目录) wget https://file.huishiwei.top/Chinese-LLaMA-Alpaca-3-3.0.tar.gz 这个命令使用 wget (这是一个工具)从指定的 URL(https://file.huishiwei.top/Chinese-LLaMA-Alpaca-3-3.0.tar.gz )下载文件(windows没有wget命令,将https://file.huishiwei.top/Chinese-LLaMA-Alpaca-3-3.0.tar.gz直接输入浏览器搜索框也可下载) tar -xvf Chinese-LLaMA-Alpaca-3-3.0.tar.gz 表示解压缩这个文件 ```
Author

newchat是在ubuntu里还是Windows里运行啊

newchat是在ubuntu里还是Windows里运行啊

newchat是在ubuntu里还是Windows里运行啊

课程提供了windows和mac系统的安装链接,在windows下运行就行,模型是部署在ubuntu下的, 课件有写,可以先仔细看一下课件,先理解一下

> newchat是在ubuntu里还是Windows里运行啊 课程提供了windows和mac系统的安装链接,在windows下运行就行,模型是部署在ubuntu下的, 课件有写,可以先仔细看一下课件,先理解一下
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#245
No description provided.