1. 12 Dec, 2024 2 commits
  2. 11 Dec, 2024 14 commits
  3. 10 Dec, 2024 7 commits
  4. 09 Dec, 2024 3 commits
  5. 07 Dec, 2024 2 commits
  6. 06 Dec, 2024 10 commits
  7. 05 Dec, 2024 1 commit
    • myhloli's avatar
      perf(model): add threading lock for OCR model initialization · 04478095
      myhloli authored
      - Introduce a lock to synchronize access to OCR model initialization- This change improves thread safety when multiple threads access the OCR model concurrently
      - The lock ensures that the OCR model is initialized only once, even in multi-threaded scenarios
      04478095
  8. 03 Dec, 2024 1 commit
    • myhloli's avatar
      fix(vram): improve VRAM checking logic · 104273cc
      myhloli authored
      - Update VRAM checking logic in app.py and model_utils.py
      - Add None and type checks for VRAM values
      - Adjust concurrency limit calculation in app.py
      - Modify clean_vram function to handle cases with no VRAM information
      104273cc