CARVIEW |
Select Language
HTTP/2 200
date: Tue, 29 Jul 2025 03:35:26 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/PaddlePaddle/Paddle.git
etag: W/"3414cf11174b8e866230b58bbefc29ac"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=wGtQRAGU9RFF303jBsI8u2LPboDYBQJeMstfOo6aU0tkpdhFypUjcRqBi3bgZ0YiEBZ97b0TZjvpqE8nPCKvIgwSZ4QRmt0mww1zL%2Bga76X33MDK%2B3WS%2BBUoz8XiRt37XDZP5h9aEdw2yldNwnD%2BnW8iBv8mO4VzBgvkZRz9ZM9ujokzOCGDSE60e1nyXZVtFxtewy6Vh%2Fqn5y0%2BDkvMiUgJXVbQdRMe4t8koP1jkSf61VE2d4bFcz5pQ7%2BaVcfOB60QFSnkLd4I%2F%2Fpv8ik7Uw%3D%3D--VBj%2FwtXX%2BF4bp1zZ--%2BCNF8qTVBR5gBPW9lYtXdw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.627030524.1753760125; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 03:35:25 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 03:35:25 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: BE18:317B9A:22D642:330EC1:6888417D
[Auto Parallel] Add doc for DistModel (#60002) · PaddlePaddle/Paddle@22b617b · GitHub
Copy file name to clipboardExpand all lines: python/paddle/distributed/__init__.py
Copy file name to clipboardExpand all lines: python/paddle/distributed/auto_parallel/api.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 22b617b
authored
[Auto Parallel] Add doc for DistModel (#60002)
* modify the default arg 'stop_gradient' in shard_tensor api
* 1. add doc for DistModel; 2. modify the default setting of 'stop_gradient' in shard_tensor
* bug fix
* fix the codestyle and typos of the docstring
* update docs; test=docs_preciew
* update docs
* polish as comments1 parent 1fabb45 commit 22b617bCopy full SHA for 22b617b
File tree
Expand file treeCollapse file tree
2 files changed
+117
-51
lines changedFilter options
- python/paddle/distributed
- auto_parallel
Expand file treeCollapse file tree
2 files changed
+117
-51
lines changedpython/paddle/distributed/__init__.py
Copy file name to clipboardExpand all lines: python/paddle/distributed/__init__.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| 89 | + | |
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
| |||
167 | 168 |
| |
168 | 169 |
| |
169 | 170 |
| |
| 171 | + | |
170 | 172 |
|
python/paddle/distributed/auto_parallel/api.py
Copy file name to clipboardExpand all lines: python/paddle/distributed/auto_parallel/api.py+115-51Lines changed: 115 additions & 51 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
136 | 128 |
| |
137 | 129 |
| |
138 | 130 |
| |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
139 | 150 |
| |
140 | 151 |
| |
141 | 152 |
| |
| |||
192 | 203 |
| |
193 | 204 |
| |
194 | 205 |
| |
195 |
| - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
196 | 209 |
| |
197 | 210 |
| |
198 |
| - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
199 | 214 |
| |
200 | 215 |
| |
201 | 216 |
| |
202 | 217 |
| |
203 | 218 |
| |
204 |
| - | |
| 219 | + | |
| 220 | + | |
205 | 221 |
| |
206 | 222 |
| |
207 | 223 |
| |
208 |
| - | |
| 224 | + | |
209 | 225 |
| |
210 | 226 |
| |
211 | 227 |
| |
212 | 228 |
| |
213 | 229 |
| |
214 | 230 |
| |
215 |
| - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
216 | 234 |
| |
217 | 235 |
| |
218 | 236 |
| |
| |||
234 | 252 |
| |
235 | 253 |
| |
236 | 254 |
| |
237 |
| - | |
238 |
| - | |
239 |
| - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
240 | 269 |
| |
241 | 270 |
| |
242 | 271 |
| |
243 | 272 |
| |
244 | 273 |
| |
245 | 274 |
| |
246 |
| - | |
247 |
| - | |
248 |
| - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
249 | 288 |
| |
250 | 289 |
| |
251 | 290 |
| |
252 | 291 |
| |
253 | 292 |
| |
254 | 293 |
| |
255 |
| - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
256 | 307 |
| |
257 | 308 |
| |
258 | 309 |
| |
259 | 310 |
| |
260 | 311 |
| |
261 | 312 |
| |
262 |
| - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
263 | 325 |
| |
264 | 326 |
| |
265 | 327 |
| |
| |||
444 | 506 |
| |
445 | 507 |
| |
446 | 508 |
| |
447 |
| - | |
| 509 | + | |
448 | 510 |
| |
449 |
| - | |
| 511 | + | |
450 | 512 |
| |
451 |
| - | |
| 513 | + | |
452 | 514 |
| |
453 | 515 |
| |
454 | 516 |
| |
| |||
460 | 522 |
| |
461 | 523 |
| |
462 | 524 |
| |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 |
| - | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
467 | 529 |
| |
468 | 530 |
| |
469 | 531 |
| |
| |||
528 | 590 |
| |
529 | 591 |
| |
530 | 592 |
| |
531 |
| - | |
| 593 | + | |
532 | 594 |
| |
533 | 595 |
| |
534 | 596 |
| |
| |||
609 | 671 |
| |
610 | 672 |
| |
611 | 673 |
| |
612 |
| - | |
| 674 | + | |
613 | 675 |
| |
614 | 676 |
| |
615 | 677 |
| |
| |||
647 | 709 |
| |
648 | 710 |
| |
649 | 711 |
| |
650 |
| - | |
| 712 | + | |
651 | 713 |
| |
652 | 714 |
| |
653 | 715 |
| |
| |||
667 | 729 |
| |
668 | 730 |
| |
669 | 731 |
| |
670 |
| - | |
671 |
| - | |
672 |
| - | |
673 |
| - | |
674 |
| - | |
| 732 | + | |
| 733 | + | |
675 | 734 |
| |
676 | 735 |
| |
677 | 736 |
| |
| |||
762 | 821 |
| |
763 | 822 |
| |
764 | 823 |
| |
765 |
| - | |
| 824 | + | |
766 | 825 |
| |
767 | 826 |
| |
768 | 827 |
| |
| |||
773 | 832 |
| |
774 | 833 |
| |
775 | 834 |
| |
776 |
| - | |
| 835 | + | |
777 | 836 |
| |
778 | 837 |
| |
779 | 838 |
| |
| |||
794 | 853 |
| |
795 | 854 |
| |
796 | 855 |
| |
797 |
| - | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
798 | 860 |
| |
799 | 861 |
| |
800 | 862 |
| |
| |||
824 | 886 |
| |
825 | 887 |
| |
826 | 888 |
| |
| 889 | + | |
| 890 | + | |
827 | 891 |
| |
828 | 892 |
| |
829 | 893 |
| |
|
You can’t perform that action at this time.
0 commit comments