Skip to content

Commit

Permalink
feat: linux arm64 support and reducing dependencies (#69)
Browse files Browse the repository at this point in the history
* feat: linux arm64 support and reducing dependencies

Signed-off-by: Michele Dolfi <[email protected]>

* downgrade pyarrow for wider support

Signed-off-by: Michele Dolfi <[email protected]>

---------

Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm authored Sep 10, 2024
1 parent 1051eb9 commit 27a7a15
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 165 deletions.
2 changes: 1 addition & 1 deletion docling/models/ds_glm_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import random

from deepsearch_glm.nlp_utils import init_nlp_model
from deepsearch_glm.utils.ds_utils import to_legacy_document_format
from deepsearch_glm.utils.doc_utils import to_legacy_document_format
from deepsearch_glm.utils.load_pretrained_models import load_pretrained_nlp_models
from docling_core.types import BaseText
from docling_core.types import Document as DsDocument
Expand Down
Loading

0 comments on commit 27a7a15

Please sign in to comment.