Ryan Dick
|
c7b84cf012
|
WIP - first pass at overhauling ModelCache to work with partial loads.
|
2024-12-05 23:03:40 +00:00 |
|
Ryan Dick
|
91c5af1b95
|
Move CachedModelWithPartialLoad into the main model_cache/ directory.
|
2024-12-05 18:21:26 +00:00 |
|
Ryan Dick
|
5c67dd507a
|
Get rid of ModelLocker. It was an unnecessary layer of indirection.
|
2024-12-05 16:59:40 +00:00 |
|
Ryan Dick
|
2ff928ec17
|
Move lock(...) and unlock(...) logic from ModelLocker to the ModelCache and make a bunch of ModelCache properties/methods private.
|
2024-12-05 16:11:40 +00:00 |
|
Ryan Dick
|
4327bbe77e
|
Pull get_model_cache_key(...) out of ModelCache. The ModelCache should not be concerned with implementation details like the submodel_type.
|
2024-12-04 22:53:57 +00:00 |
|
Ryan Dick
|
ad1c0d37ef
|
Rename model_cache_default.py -> model_cache.py.
|
2024-12-04 22:45:30 +00:00 |
|