Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 0e074ae

Browse files
committed
CU-8699g5q3e: Avoid saving usage monitor. (#92)
It takes up quite a bit of space on disk since it'd save other bits as part of its config
1 parent 4540a5e commit 0e074ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

medcat/cat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def ignore_attrs(cls) -> list[str]:
8080
'_trainer', # recreate if nededed
8181
'_pipeline', # need to recreate regardless
8282
'config', # will be loaded along with CDB
83+
'usage_monitor', # will be created at startup
8384
]
8485

8586
def __call__(self, text: str) -> Optional[MutableDocument]:

0 commit comments

Comments
 (0)