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

fix: resolve Flake8 errors in convert-hf-to-gguf.py #2

Merged
merged 1 commit into from
Jul 7, 2024
Merged

fix: resolve Flake8 errors in convert-hf-to-gguf.py #2

merged 1 commit into from
Jul 7, 2024

Conversation

Umpire2018
Copy link

  • Fix E302 by adding two blank lines before top-level function definitions
  • Replace print statements to fix NP100
  • Fix E303 by ensuring only one blank line between lines of code

First of all, I would like to express my sincere gratitude for your efforts in supporting the Chatglm series with llama.cpp. Recently, I noticed that the current PR cannot be merged due to Lint errors. I would like to assist you in resolving these issues to complete the merge.

image

- Fix E302 by adding two blank lines before top-level function definitions
- Replace print statements to fix NP100
- Fix E303 by ensuring only one blank line between lines of code
@github-actions github-actions bot added the python label Jul 5, 2024
@youth123 youth123 merged commit ed54a65 into youth123:master Jul 7, 2024
1 check passed
@Umpire2018 Umpire2018 deleted the fix/flake8-error branch July 7, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants