Browse Source

Update mineru/model/vlm_sglang_model/model.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Xiaomeng Zhao 3 months ago
parent
commit
86690409ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mineru/model/vlm_sglang_model/model.py

+ 1 - 1
mineru/model/vlm_sglang_model/model.py

@@ -14,7 +14,7 @@ if version.parse(sglang_version) >= version.parse("0.4.9"):
             get_anyres_image_grid_shape,
         )
 else:
-    #  0.4.7 <= sglang < 0.4.9
+    # 0.4.7 <= sglang < 0.4.9
     from sglang.srt.mm_utils import (
         get_anyres_image_grid_shape,
     )