Commit 268e885
authored
only download benchmark data for further uploading (#15945)
Currently we downaload everything created durning export and
benchmarking, including ptd, pte, benchmarking results, etc, when trying
to upload benchmarking result to pytorch hub. ptd and pte are large and
unnecessary for this stage and when we benchmarking lots of models, such
large files will cause out of disk space error.
this PR prevents those large and unnecessary files from downloading and
try to avoid out of disk space error.1 parent e4faf06 commit 268e885
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
| 262 | + | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
323 | 332 | | |
324 | 333 | | |
325 | 334 | | |
| |||
0 commit comments