Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt naming convention of transformers API #14

Merged
merged 9 commits into from
Apr 8, 2024
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ tpu-tgi:

# Run code quality checks
style_check:
black --check .
ruff .

style:
black .
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should remove black from check_code_quality.yml workflow too

ruff check . --fix

# Utilities to release to PyPi
Expand Down
Loading