Commit 92ea863f authored by jerrrrry's avatar jerrrrry
Browse files

Update README.md

parent f925e5e2
<!-- EasyStart v0.1 完整使用手册(单文件版) -->
<p align="center">
<img src="images/logo.png" alt="EasyStart" width="180"/>
</p>
......@@ -7,9 +8,9 @@
</h1>
<p align="center">
<a href="#heading_0">环境测试</a>
<a href="#heading_2">测试+下载+推理</a>
<a href="#heading_7">批量推理</a>
<a href="#scene1">环境测试</a>
<a href="#scene2">测试+下载+推理</a>
<a href="#scene3">批量本地推理</a>
</p>
---
......@@ -23,15 +24,14 @@
| 场景 | 一键指令 |
|------|-----------|
| 1. 纯环境测试 | `git clone http://developer.sourcefind.cn/codes/jerrrrry/easystart_v0.1.git && cd easystart_v0.1/1_env_check && bash start.sh` |
| 2. 环境测试 + 模型下载 + 大模型推理 | `git clone http://developer.sourcefind.cn/codes/jerrrrry/easystart_v0.1.git && cd "easystart_v0.1/2_env_check&model_download&llm_inference" && bash start.sh` |
| 3. 环境测试 + 批量本地模型推理 | `git clone http://developer.sourcefind.cn/codes/jerrrrry/easystart_v0.1.git && cd "easystart_v0.1/3_env_check&batches_llm_inference" && bash start.sh` |
| 1️⃣ 纯环境测试 | `git clone http://developer.sourcefind.cn/codes/jerrrrry/easystart_v0.1.git && cd easystart_v0.1/1_env_check && bash start.sh` |
| 2️⃣ 环境测试 + 模型下载 + 大模型推理 | `git clone http://developer.sourcefind.cn/codes/jerrrrry/easystart_v0.1.git && cd "easystart_v0.1/2_env_check&model_download&llm_inference" && bash start.sh` |
| 3️⃣ 环境测试 + 批量本地模型推理 | `git clone http://developer.sourcefind.cn/codes/jerrrrry/easystart_v0.1.git && cd "easystart_v0.1/3_env_check&batches_llm_inference" && bash start.sh` |
---
## 📦 功能详解
### 1️⃣ 环境测试(`1_env_check`)
<a name="scene1"></a>
## 📦 1️⃣ 环境测试(`1_env_check`)
- ✅ ROCm 带宽测试
- ✅ 4/8 卡 RCCL 带宽
- ✅ DCU 环境检查(贵哥发版)
......@@ -48,7 +48,22 @@
---
### 2️⃣ 环境测试 + 模型下载 + 推理(`2_env_check&model_download&llm_inference`)
<a name="scene2"></a>
## 📦 2️⃣ 环境测试 + 模型下载 + 推理(`2_env_check&model_download&llm_inference`)
#### 1. 填写待测模型
### 填写待测模型
`download-list.cfg` 中按以下格式添加模型:
模型ID;本地保存路径:
> 可一次填写多个,支持批量下载与测试。
<p align="center">
<img src="images/3.png" width="400"/>
</p>
### ② 配置推理参数
编辑 `model_to_test.cfg`,按指定格式填入推理参数。
<p align="center">
<img src="images/4.png" width="400"/>
</p>
### ③ 运行脚本
```bash
bash start.sh
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment