-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All model calls return the worker instance that processed the task
database errors now log SQL triggering error Promise.all used in model.js for syncing indices and values, Dramatically increases GPU speed (2x boost: 1170x on 3090!!) worker instance no longer passed down from processNextFile, it's set in feedChunks to model predictworkers list adds isReady to isAvailable to fix getting list on launch all predictworker messages from worker include worker instance Added wiatForWorker to finx issue with no ready / available workers returning undefined.
- Loading branch information
Showing
4 changed files
with
244 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.