Merge pull request #2077 from myhloli/dev
feat(model): add tqdm progress bar to model prediction loops
Showing
| ... | @@ -11,4 +11,5 @@ torch>=2.2.2,!=2.5.0,!=2.5.1,<=2.6.0 | ... | @@ -11,4 +11,5 @@ torch>=2.2.2,!=2.5.0,!=2.5.1,<=2.6.0 |
| torchvision | torchvision | ||
| transformers>=4.49.0,<5.0.0 | transformers>=4.49.0,<5.0.0 | ||
| pdfminer.six==20231228 | pdfminer.six==20231228 | ||
| tqdm>=4.67.1 | |||
| # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator. | # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator. |
Please register or sign in to comment