1. 14 Jul, 2024 1 commit
    • myhloli's avatar
      refactor(magic_pdf): implement model singleton pattern for custom models · 054abe33
      myhloli authored
      Introduce a Singleton pattern to manage custom models in the magic_pdf module.
      This change improves the efficiency by ensuring that a single instance of the
      custom model is created and reused, thereby reducing the overhead of multiple
      instantiate calls for the same model configuration.
      054abe33
  2. 13 Jul, 2024 39 commits