You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,9 @@ pip install -e .
81
81
82
82
## Changelog
83
83
84
-
- 🎉2026-02-13 Initial version of Twinkle✨ released, including SFT/PT/RL support for text models and serverless training capabilities on [ModelScope](https://modelscope.cn).
84
+
- 🎉2026-02-13 Initial version of Twinkle✨ released, including SFT/PT/RL support for text models.
85
+
We also made available serverless training capabilities on [ModelScope](https://modelscope.cn) via
86
+
Tinker-compatible APIs.
85
87
86
88
## Training as a Service on ModelScope
87
89
@@ -105,8 +107,10 @@ We will be adding support for more models as new models are released. The follow
105
107
supported on Twinkle✨ framework.
106
108
107
109
>[!Note]
108
-
> For serverless training service accessed via `base_url=https://www.modelscope.cn/twinkle`, it currently supports
109
-
> one training base at a time, and currently it is [Qwen3-30B-A3B-Instruct-2507](https://modelscope.cn/models/Qwen/Qwen3-30B-A3B-Instruct-2507).
110
+
> For serverless training service accessed via `base_url=https://www.modelscope.cn/twinkle`, it
111
+
> is currently provided via the Tinker-compatible APIs. We will be rolling out services that support
112
+
> both Tinker APIs, as well as the full-fledged Twinkle✨ native APIs. The serverless endpoint is backed
113
+
> by one training base at a time, and currently it is [Qwen3-30B-A3B-Instruct-2507](https://modelscope.cn/models/Qwen/Qwen3-30B-A3B-Instruct-2507).
110
114
111
115
112
116
| Model Type | Model ID on [ModelScope](https://modelscope.cn)| Requires | Megatron Support | HF Model ID |
@@ -197,7 +201,7 @@ if __name__ == '__main__':
197
201
train()
198
202
```
199
203
200
-
### Using Tinker-Like API
204
+
### Access the Serverless Training Services via Tinker-compatible API
0 commit comments