Skip to content

Commit

Permalink
Improve fine-tuning CLI messages with rich (#191)
Browse files Browse the repository at this point in the history
* Improve fine-tuning report messages with rich

* Revert the version for now

* Rename uses of rich.print to rprint
  • Loading branch information
mryab authored Sep 24, 2024
1 parent 8925c6e commit e4cbf4c
Show file tree
Hide file tree
Showing 5 changed files with 595 additions and 561 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ repos:
hooks:
- id: mypy
args: [--strict]
additional_dependencies: [types-requests, types-tqdm, types-tabulate, types-click, types-filelock, types-Pillow, pyarrow-stubs, pydantic, aiohttp]
additional_dependencies: [types-requests, types-tqdm, types-tabulate, types-click, types-filelock, types-Pillow, rich, pyarrow-stubs, pydantic, aiohttp]
exclude: ^tests/
Loading

0 comments on commit e4cbf4c

Please sign in to comment.