Skip to content

Commit c7372c3

Browse files
committed
feat: add benchmarking GIF to README and Swarm Intro documentation for improved visualization
1 parent b50a9f0 commit c7372c3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ Explore our rich library of examples to kickstart your journey:
8989
- 🎴 [**Writing a countdown game using AgentScope and solving it**](https://modelscope.github.io/AgentJet/en/example_countdown).
9090
- 🚶 [**Solving a frozen lake walking puzzle using AgentJet**](https://modelscope.github.io/AgentJet/en/example_frozenlake).
9191

92+
Explore our automated benchmarking system [https://benchmark.agentjet.top/](https://benchmark.agentjet.top/):
93+
<div align="center">
94+
<img width="600" alt="image" src="https://serve.gptacademic.cn/publish/shared/Image/benchmark.gif"/>
95+
</div>
96+
9297

9398
---
9499

docs/en/swarm_intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ AgentJet 在工程质量上投入了大量精力,确保每一次训练结果
182182
- **Token一致性自动告警&修复**:AgentJet默认情况下会自动根据 vLLM 引擎返回的 Token ID 进行 Re-tokenization 漂移修复。
183183
- **多训练后端支持**:支持包括 VERL 在内的多个训练后端,正着手支持 TRL 等其他训练后端。
184184

185-
185+
<div align="center">
186+
<img width="600" alt="image" src="https://serve.gptacademic.cn/publish/shared/Image/benchmark.gif"/>
187+
</div>
186188

187189

188190
## 总结与展望

0 commit comments

Comments
 (0)