You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(medcat-trainer): Avoid loading meta cat upon model pack upload (#……567)
* Update model pack to load meta cat info without loading full models
* Add utility method that loads meta cat config for meta cat DB models
* Fix circular import issue
* Fix dill open mode
* Add new tests to avoid meta cat model loading at model import time
* Add comment regarding test
* Rename inference tests module (tests with fake model)
* Fix incorrect pathing
* Update model pack / addon tests
* Remove rel-cat related addon tests since only meta-cats are loaded
* Separate global config loading in utils
* Fix some issues with global config addon load
* Filter addons down to meta-cat only
* Fix deserialisation of meta cat config
* Add commented real model test
* Rework model pack addon tests
* Add back rel-cat based addon tests
* Rename test file (fake -> dummy)
* Rename fake to dummy in tests
feat(medcat-trainer): scaffold for sourcing models via a medcattery i…
…nstance (#539)
* feat(medcat-trainer): scaffold for sourcing models via a medcattery instance
* feat(medcat-trainer): on model pack imported signal hook.