convert_hf_to_gguf: fix flake8 E301 in Mistral4Model#91
convert_hf_to_gguf: fix flake8 E301 in Mistral4Model#91eauchs wants to merge 1 commit intongxson:xsn/mistral-small-4from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can disable the changed files summary in the walkthrough.Disable the |
Fixes the flake8 E301 error blocking CI on ggml-org#20649 — adds missing blank line before
__init__inMistral4Model, as flagged by CISC's review.