Skip to content

Commit e0386aa

Browse files
author
Yingda Chen
committed
minor fix
1 parent 1e650ec commit e0386aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ Twinkle✨ is a lightweight, client-server training framework engineered
2727
with modular, high-cohesion interfaces. Whether you are executing locally
2828
with `torchrun`, or scaling training across Ray clusters,
2929
Twinkle✨ eliminates infrastructure friction by encapsulating
30-
complex training logic into standardized APIs. Beyond simple
30+
training logic into standardized APIs. Beyond simple
3131
abstraction, Twinkle✨ serves as a robust backend and gateway to enable serverless Training-as-a-Service (TaaS).
3232
It offers interfaces that constitute a _superset_ of [Tinker](https://thinkingmachines.ai/tinker/) APIs,
33-
thereby making is possible to access a Twinkle✨ training service via Tinker client or native Twinkle✨-client
33+
thereby making it possible to access a Twinkle✨ training service via Tinker client or native Twinkle✨ client
3434
which offers more functionalities.
3535

3636
🧩 <b>Decoupled Architecture</b>: Standardized Interfaces, backward compatible with Tinker APIs.<br>
3737
🚀 <b>Multiple Runtime Modes</b>: torchrun / Ray / HTTP.<br>
38-
🔌 <b>Multi-Training Backends</b>: Transformers / Megatron.<br>
38+
🔌 <b>Versatile Backends</b>: Transformers / Megatron.<br>
3939
👥 <b>Multi-Tenancy Training Service</b>: Train multiple LoRAs that share one base model deployment.<br>
4040

4141
Note: Twinkle✨is built by the team behind [ms-swift](https://github.com/modelscope/ms-swift), and

0 commit comments

Comments
 (0)