一、安装llama模型文件
下载地址(魔塔):https://modelscope.cn/models/LLM-Research/Meta-Llama-3-8B-Instruct/files
点击下载模型,复制git命令:
git clone https://www.modelscope.cn/LLM-Research/Meta-Llama-3-8B-Instruct.git
在存放模型空白处右键,点击git bash here,下载llama3模型至本地
由于文件较大,因此该过程比较久,保持下载窗口打开,知道出现下一命令行表示下载完成。
二、安装LLaMA-Factory
github: