Commit 3f94e83
authored
Add progress reporting for downloading execution provider (#696)
This pull request adds progress reporting for the execution provider
download step in `app.py`. The main change is the introduction of a
callback function to display real-time progress updates during the
download and registration of execution providers.
**Execution provider progress reporting:**
* Added a `_ep_progress` callback function to print real-time progress
for each execution provider being downloaded and registered, and
integrated it with `manager.download_and_register_eps`.1 parent 8521722 commit 3f94e83
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
38 | 55 | | |
39 | 56 | | |
40 | 57 | | |
| |||
0 commit comments