diff --git a/changelog/3684.changed.md b/changelog/3684.changed.md new file mode 100644 index 000000000..017fc9946 --- /dev/null +++ b/changelog/3684.changed.md @@ -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.