Commit a2c8c9a
authored
Distributed SaveLoad implementation for semi-auto strategy (#59659)
* exclude xpu
* demo of running dygraph distributed save load
* support save cross mesh state_dict
* polish
* fix compute overlap bug
* test save load in dp_mp unittest
* fix get local file bug and test
* delete useless files, and rename var
* polish
* format codes
* test use_dist
* fix test
* info to debug
* fix test
* fix
* fix coverage ci
* fix docstring codes
* rename and codestyle
* get rid of use_dist argument
* fix copyright
* polish doc
* polish
* polish
* use tmp file path1 parent 0e96df8 commit a2c8c9a
File tree
16 files changed
+1162
-0
lines changed- python
- paddle/distributed
- checkpoint
- test/auto_parallel/hybrid_strategy
16 files changed
+1162
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
| 163 | + | |
| 164 | + | |
160 | 165 | | |
161 | 166 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments