DS4SD / docling-ibm-models

MIT License
44 stars 10 forks source link

feat: migration from onnx to pytorch script #37

Closed nassarofficial closed 1 month ago

nassarofficial commented 1 month ago

LayoutPredict migration to torch instead of onnxruntime to reduce dependencies and expand compatibility.

  1. Removed onnxruntime from poetry dependencies
  2. Updated test to reflect the new changes
  3. New checkpoint loads from HF artefacts

Checklist: