add changelog file.

This commit is contained in:
Gökmen Görgen
2026-02-09 12:04:09 +01:00
parent 67d39a97f7
commit ed3ec045aa

View File

@@ -0,0 +1,2 @@
- `AICFilter` now shares read-only AIC models via a singleton `AICModelManager` in `aic_filter.py`.
- Multiple filters using the same `model path` or `(model_id, model_download_dir)` share one loaded model, with reference counting and concurrent load deduplication.