AI开发平台MODELARTS-准备代码:模型软件包结构说明

时间:2024-09-14 22:29:35

模型软件包结构说明

本教程需要使用到的AscendCloud-6.3.907中的AscendCloud-LLM-xxx.zip软件包和算子包AscendCloud-OPP,AscendCloud-LLM关键文件介绍如下。
|——AscendCloud-LLM
    |──llm_train                         # 模型训练代码包
          |──LLaMAFactory                # 基于LLaMAFactory的训练代码
                 |──ascendcloud_patch/   # 针对昇腾云平台适配的功能补丁包
                 |──demo.yaml            # 样例yaml配置文件
                 |──demo.sh              # 指令微调启动shell脚本
                 |──intall.sh            # 需要的依赖包
                 |──LLaMA-Factory        # LLaMAFactory的代码目录
           |──AscendSpeed                # 基于AscendSpeed的训练代码
support.huaweicloud.com/bestpractice-modelarts/modelarts_10_3194.html