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

Add clean command #554

Merged
merged 4 commits into from
Dec 4, 2023
Merged

Add clean command #554

merged 4 commits into from
Dec 4, 2023

Conversation

tqtg
Copy link
Member

@tqtg tqtg commented Dec 1, 2023

Description

Running the following command will remove built artifacts (e.g., .cpp files from Cython code):

$ python setup.py clean

This help avoid all cached files and make sure any changes will be taken into account in the next build.

Related Issues

Checklist:

  • I have added tests.
  • I have updated the documentation accordingly.
  • I have updated README.md (if you are adding a new model).
  • I have updated examples/README.md (if you are adding a new example).
  • I have updated datasets/README.md (if you are adding a new dataset).

@tqtg tqtg requested review from darrylong, lthoang and hieuddo December 1, 2023 19:26
Copy link
Member

@saghiles saghiles left a comment

Choose a reason for hiding this comment

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

LGTM!

@tqtg tqtg merged commit e9d5b7f into PreferredAI:master Dec 4, 2023
12 checks passed
@tqtg tqtg deleted the clean-cmd branch December 4, 2023 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants