mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-25 19:44:34 +00:00
Add accelerate
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
c8e9dc4c86
commit
1c54af1a94
@ -70,6 +70,7 @@ dependencies = [
|
||||
'scipy (>=1.6.0,<2.0.0)',
|
||||
# 'scipy (>=1.6.0,<2.0.0) ; python_version >= "3.10"',
|
||||
# 'scipy (>=1.6.0,<1.14.0) ; python_version < "3.10"',
|
||||
"accelerate>=1.8.1",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
2
uv.lock
generated
2
uv.lock
generated
@ -809,6 +809,7 @@ name = "docling"
|
||||
version = "2.41.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "accelerate" },
|
||||
{ name = "beautifulsoup4" },
|
||||
{ name = "certifi" },
|
||||
{ name = "docling-core", extra = ["chunking"] },
|
||||
@ -902,6 +903,7 @@ examples = [
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "accelerate", specifier = ">=1.8.1" },
|
||||
{ name = "accelerate", marker = "extra == 'vlm'", specifier = ">=1.2.1,<2.0.0" },
|
||||
{ name = "beautifulsoup4", specifier = ">=4.12.3,<5.0.0" },
|
||||
{ name = "certifi", specifier = ">=2024.7.4" },
|
||||
|
Loading…
Reference in New Issue
Block a user