Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
easystart_v0.1
Commits
92ea863f
Commit
92ea863f
authored
Jul 17, 2025
by
jerrrrry
Browse files
Update README.md
parent
f925e5e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
11 deletions
+26
-11
README.md
README.md
+26
-11
No files found.
README.md
View file @
92ea863f
<!-- EasyStart v0.1 完整使用手册(单文件版) -->
<p
align=
"center"
>
<p
align=
"center"
>
<img
src=
"images/logo.png"
alt=
"EasyStart"
width=
"180"
/>
<img
src=
"images/logo.png"
alt=
"EasyStart"
width=
"180"
/>
</p>
</p>
...
@@ -7,9 +8,9 @@
...
@@ -7,9 +8,9 @@
</h1>
</h1>
<p
align=
"center"
>
<p
align=
"center"
>
<a
href=
"#
heading_0
"
>
环境测试
</a>
•
<a
href=
"#
scene1
"
>
环境测试
</a>
•
<a
href=
"#
heading_
2"
>
测试+下载+推理
</a>
•
<a
href=
"#
scene
2"
>
测试+下载+推理
</a>
•
<a
href=
"#
heading_7
"
>
批量推理
</a>
<a
href=
"#
scene3
"
>
批量
本地
推理
</a>
</p>
</p>
---
---
...
@@ -23,15 +24,14 @@
...
@@ -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`
|
| 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`
|
| 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`
|
| 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`
|
---
---
## 📦 功能详解
<a
name=
"scene1"
></a>
## 📦 1️⃣ 环境测试(`1_env_check`)
### 1️⃣ 环境测试(`1_env_check`)
-
✅ ROCm 带宽测试
-
✅ ROCm 带宽测试
-
✅ 4/8 卡 RCCL 带宽
-
✅ 4/8 卡 RCCL 带宽
-
✅ DCU 环境检查(贵哥发版)
-
✅ DCU 环境检查(贵哥发版)
...
@@ -48,7 +48,22 @@
...
@@ -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`
中按以下格式添加模型:
在
`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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment