Commit 99a40a2
authored
feat: Add progress bar for async LLM generation (#522)
* feat: Add progress bar for async LLM generation
- Add tqdm_asyncio.gather() to show real-time progress during LLM calls
- Minimal change: 1 import + 1 line modification
- Shows block name, completed/total requests, elapsed time, and rate
* style: Fix import sorting for ruff linter1 parent d633ce3 commit 99a40a2
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
502 | 503 | | |
503 | 504 | | |
504 | 505 | | |
505 | | - | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
506 | 509 | | |
507 | 510 | | |
508 | 511 | | |
| |||
0 commit comments