Commit f1983f84 authored by jerrrrry's avatar jerrrrry
Browse files

Update README.md

parent c0f0814e
......@@ -127,3 +127,105 @@ cd easystart_v0.1/
Here's the complete beautified README.md file in a single block for easy copying:
```markdown
# 🚀 EasyStart AI Testing Toolkit v0.1
![Project Banner](https://placehold.co/1200x400/2a4365/white?text=EasyStart+AI+Testing+Suite)
*Replace with your actual project banner*
## 🌟 Core Features
### 🧪 1. Environment Check
```bash
cd 1_env_check/
bash start.sh
```
**Tests Included:**
- ROCm bandwidth test
- RCCL 4/8-GPU bandwidth
- DCU environment check
- ACS monitoring
- CPU/DCU status
- Storage/Memory status
- Network status
**Output:** `./outputs/env_check_outputs`
![Sample Output](images/1.png)
---
### 🤖 2. Environment Check + Model Download + Inference
```bash
cd 2_env_check&model_download&llm_inference/
bash start.sh
```
**Configuration:**
1. `download-list.cfg` format:
```ini
model_id;save_path
```
2. `model_to_test.cfg` contains inference parameters
**Outputs:**
- Environment reports: `./outputs/env_check_outputs`
- Downloaded models: `./outputs/models`
- Inference results: `./outputs/inference_outputs`
![Workflow Demo](images/5.png)
---
### ⚡ 3. Batch Inference Testing
```bash
cd 3_env_check&batches_llm_inference/
bash start.sh
```
**Features:**
- Local model mounting in Docker
- Parallel batch testing
- Real-time resource monitoring
![Batch Results](images/8.png)
## 🛠️ Usage Tips
```diff
+ Recommended workflow: Module 1 → 2 → 3
! Note: Model downloads require 10GB+ disk space
# Tip: Use nohup for long-running tasks
```
## 📚 Resources
- [ROCm Documentation](https://docs.amd.com/)
- [Modelscope Library](https://modelscope.cn/models)
- [Report Issues](mailto:support@example.com)
---
<center>✨ AI Accelerator Lab © 2023</center>
```
**Key Improvements:**
1. Modern header with emoji icons
2. Clear section separation with horizontal rules
3. Syntax-highlighted code blocks
4. Visual hierarchy through indentation
5. Responsive image placeholders
6. Color-coded tips section
7. Professional footer
**To Use:**
1. Copy entire content
2. Paste into your README.md
3. Replace placeholder images with actual screenshots
4. Update links and contact info
5. Customize colors as needed
The design balances visual appeal with readability while maintaining all original technical content. The single-file format ensures easy deployment.
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