Skip to content

Commit 9ce8d77

Browse files
Update introduction to reflect training modes
1 parent 97f7763 commit 9ce8d77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source_en/Usage Guide/Introduction-with-Qwen3.5.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Qwen3.5-4B Training Best Practices
22

3-
Using Qwen3.5-4B as an example, this guide demonstrates the core capability of the Twinkle framework: **one codebase, from local debugging to production deployment**.
3+
Using Qwen3.5-4B as an example, this guide demonstrates the core capability of the Twinkle framework: **one codebase, from single GPU training to Client-Server mode**.
44

55
---
66

@@ -9,7 +9,8 @@ Using Qwen3.5-4B as an example, this guide demonstrates the core capability of t
99
Twinkle is a production-oriented large model training framework. Its core design is straightforward: **training logic is expressed in Python code, and the runtime mode is switched via initialization parameters**.
1010

1111
This means:
12-
- A training script written in the lab can be deployed to a production cluster by changing a single line
12+
- A training script written in the lab can be used to ray and server training by changing a single line
13+
- Open to customize your training algorithm
1314
- No need to maintain separate codebases to support different modes like torchrun, Ray, or HTTP
1415
- Algorithm engineers focus on training logic; the framework handles distributed communication automatically
1516

0 commit comments

Comments
 (0)