CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 05:27:19 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/"5cb282e6726df5e63cc26cc321b9f301"
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=K5btuB5ygPWB5vpSfsosyKCiezDrQJ0x9Uzcp%2F%2F90KWEu17qvVGNxx62Pzw%2FshGpXMNLjmG9RReMTjaPrUL0mcm4ZMQNXgMmn34bLHOBBTWws74t1%2B%2FwCJoD%2FWBsd0KaOYf7bC1Mg6WKMFzWlWTD3YHewV5serUFnxzT3QVSDcyzwPR8jnXSKc2%2BLlGn5btCFwO3TU3D%2FfbVdeauaaGrNKdjbpqHsqqs21cyq2fKVsnd2qOiny%2FaEfpNas4STZD2CO9%2BLsC2uzrIi%2B4VXzqFbQ%3D%3D--Eb0q7qxMTLNbrquw--5Y%2BKLbiLE2Qhs9zJEGIjCQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.504932427.1753334839; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 05:27:19 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 05:27:19 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AB56:35B563:13A6BE8:17DAFF1:6881C437
[Auto Parallel]Update AutoTuner (#56939) · PaddlePaddle/Paddle@9c3bffb · GitHub
Copy file name to clipboardExpand all lines: python/paddle/distributed/auto_tuner/prune.py
Copy file name to clipboardExpand all lines: python/paddle/distributed/auto_tuner/recorder.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 9c3bffb
authored
[Auto Parallel]Update AutoTuner (#56939)
* add vpp search
* support cmd json or yaml
* add auto tuner log
* add OOM prune
* support sft and lora best cfg
* support sp
* fix sft/lora cfg
* fix json/yaml bug and update multi nodes status
* add pp and mp prune flag
* update log and csv path
* merge dev
* speed prune
* add search stage and run best stage cmd
* fix recompute_granularity prune bug
* fix get best cfg in sft and lora mode bug
* fix single card bug
* update read metric1 parent 589f0f2 commit 9c3bffbCopy full SHA for 9c3bffb
File tree
Expand file treeCollapse file tree
6 files changed
+598
-171
lines changedFilter options
- python/paddle/distributed
- auto_tuner
- launch
- test/auto_parallel
Expand file treeCollapse file tree
6 files changed
+598
-171
lines changedpython/paddle/distributed/auto_tuner/prune.py
Copy file name to clipboardExpand all lines: python/paddle/distributed/auto_tuner/prune.py+83-3Lines changed: 83 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 |
| |
59 | 64 |
| |
60 | 65 |
| |
| |||
65 | 70 |
| |
66 | 71 |
| |
67 | 72 |
| |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
68 | 79 |
| |
69 | 80 |
| |
70 | 81 |
| |
| |||
112 | 123 |
| |
113 | 124 |
| |
114 | 125 |
| |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
115 | 170 |
| |
116 | 171 |
| |
117 | 172 |
| |
| |||
144 | 199 |
| |
145 | 200 |
| |
146 | 201 |
| |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
147 | 209 |
| |
148 | 210 |
| |
149 | 211 |
| |
| |||
158 | 220 |
| |
159 | 221 |
| |
160 | 222 |
| |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
161 | 230 |
| |
162 | 231 |
| |
163 | 232 |
| |
| |||
208 | 277 |
| |
209 | 278 |
| |
210 | 279 |
| |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
211 | 287 |
| |
212 | 288 |
| |
213 | 289 |
| |
| |||
245 | 321 |
| |
246 | 322 |
| |
247 | 323 |
| |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 | 324 |
| |
252 | 325 |
| |
253 | 326 |
| |
| |||
258 | 331 |
| |
259 | 332 |
| |
260 | 333 |
| |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
261 | 341 |
| |
262 | 342 |
| |
263 | 343 |
| |
|
python/paddle/distributed/auto_tuner/recorder.py
Copy file name to clipboardExpand all lines: python/paddle/distributed/auto_tuner/recorder.py+25-1Lines changed: 25 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
54 | 78 |
| |
55 | 79 |
| |
56 | 80 |
| |
|
You can’t perform that action at this time.
0 commit comments