Skip to content

Commit e4cbf4c

Browse files
authored
Improve fine-tuning CLI messages with rich (#191)
* Improve fine-tuning report messages with rich * Revert the version for now * Rename uses of rich.print to rprint
1 parent 8925c6e commit e4cbf4c

File tree

5 files changed

+595
-561
lines changed

5 files changed

+595
-561
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ repos:
1717
hooks:
1818
- id: mypy
1919
args: [--strict]
20-
additional_dependencies: [types-requests, types-tqdm, types-tabulate, types-click, types-filelock, types-Pillow, pyarrow-stubs, pydantic, aiohttp]
20+
additional_dependencies: [types-requests, types-tqdm, types-tabulate, types-click, types-filelock, types-Pillow, rich, pyarrow-stubs, pydantic, aiohttp]
2121
exclude: ^tests/

0 commit comments

Comments
 (0)