We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c892b commit 2451c62Copy full SHA for 2451c62
docling/models/api_vlm_model.py
@@ -1,8 +1,6 @@
1
from collections.abc import Iterable
2
from concurrent.futures import ThreadPoolExecutor
3
4
-from transformers import StoppingCriteria
5
-
6
from docling.datamodel.base_models import Page, VlmPrediction
7
from docling.datamodel.document import ConversionResult
8
from docling.datamodel.pipeline_options_vlm_model import ApiVlmOptions
pyproject.toml
@@ -157,7 +157,7 @@ constraints = [
157
158
[tool.uv]
159
package = true
160
-default-groups = "all"
+#default-groups = ["all"]
161
162
[tool.setuptools.packages.find]
163
include = ["docling*"]
0 commit comments