File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ Twinkle✨ is a lightweight, client-server training framework engineered
2727with modular, high-cohesion interfaces. Whether you are executing locally
2828with ` torchrun ` , or scaling training across Ray clusters,
2929Twinkle✨ eliminates infrastructure friction by encapsulating
30- complex training logic into standardized APIs. Beyond simple
30+ training logic into standardized APIs. Beyond simple
3131abstraction, Twinkle✨ serves as a robust backend and gateway to enable serverless Training-as-a-Service (TaaS).
3232It 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
3434which 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
4141Note: Twinkle✨is built by the team behind [ ms-swift] ( https://github.com/modelscope/ms-swift ) , and
You can’t perform that action at this time.
0 commit comments