hordelib icon indicating copy to clipboard operation
hordelib copied to clipboard

Loras and TI downloads out-of-sync due to multiprocessing

Open db0 opened this issue 1 year ago • 0 comments

Currently Loras and TI MMs in different inference keep their own "knowledge" of ad-hoc downloads, which is probably a problem as they might be deleting each other's files and clobbering the saved file.

  • [x] Synchronize read/writes with a multiprocess lock
  • [ ] Switch to single process handling of this (a 'download' process or similar) obviating the need to synchronize

db0 avatar Dec 19 '23 14:12 db0