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
+7-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ _**An Industrial-Level Framework for Easy-of-Use**_
20
20
21
21
## Latest News
22
22
23
+
-[2024-7-25] veScale's [pipeline parallelism](https://github.com/volcengine/veScale/blob/main/vescale/pipe/README.md) open sourced with API, graph parser, stage abstraction, schedules and execution runtime along with [nD distributed timeline](https://github.com/volcengine/veScale/blob/main/vescale/ndtimeline/README.md).
24
+
23
25
-[2024-5-31] veScale's [fast checkpointing system](https://github.com/volcengine/veScale/blob/main/vescale/checkpoint/README.md) open sourced with automatic checkpoint resharding, caching, load-balancing, fast copying, deduplicating, and asynchronous io.
24
26
25
27
-[2024-5-21] veScale's examples ([Mixtral](https://github.com/volcengine/veScale/tree/main/examples/mixtral_4D_training), [LLama2](https://github.com/volcengine/veScale/tree/main/examples/llama2_4D_finetune), and [nanoGPT](https://github.com/volcengine/veScale/tree/main/examples/nanogpt_4D_finetune)) open sourced with bit-wise correctness of training loss curves.
@@ -32,7 +34,11 @@ _**An Industrial-Level Framework for Easy-of-Use**_
32
34
33
35
_**veScale**_ is still in its early phase. We are refactoring our internal LLM training system components to meet open source standard. The tentative timeline is as follows:
34
36
35
-
- by end of July, CUDA event monitor, pipeline parallelism and supporting components for large-scale training
37
+
- High-level [nD parallel api](https://github.com/volcengine/veScale/issues/39) for extreme ease of use
38
+
39
+
- Power-user plan api for easy customization of nD parallel training
40
+
41
+
- End-to-end vescale/examples with 5D parallel training (TP, SP, DP, ZeRO, PP)
36
42
37
43
## Table of Content ([web view](https://volcengine.github.io/veScaleWeb/))
0 commit comments