Skip to content

Commit 2451c62

Browse files
committed
Remove unused StoppingCriteria import and comment default-groups in pyproject.toml
Signed-off-by: lifejwang11 <[email protected]>
1 parent b6c892b commit 2451c62

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docling/models/api_vlm_model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from collections.abc import Iterable
22
from concurrent.futures import ThreadPoolExecutor
33

4-
from transformers import StoppingCriteria
5-
64
from docling.datamodel.base_models import Page, VlmPrediction
75
from docling.datamodel.document import ConversionResult
86
from docling.datamodel.pipeline_options_vlm_model import ApiVlmOptions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ constraints = [
157157

158158
[tool.uv]
159159
package = true
160-
default-groups = "all"
160+
#default-groups = ["all"]
161161

162162
[tool.setuptools.packages.find]
163163
include = ["docling*"]

0 commit comments

Comments
 (0)