InvokeAI/tests/backend
psychedelicious 48626c40fd fix(backend): handle systems with glibc < 2.33
`mallinfo2` is not available on `glibc` < 2.33.

On these systems, we successfully load the library but get an `AttributeError` on attempting to access `mallinfo2`.

I'm not sure if the old `mallinfo` will work, and not sure how to install it safely to test, so for now we just handle the `AttributeError`.

This means the enhanced memory snapshot logic will be skipped for these systems, which isn't a big deal.
2023-10-15 07:56:55 +11:00
..
ip_adapter Refactor multi-IP-Adapter to clean up the interface around changing scales. 2023-10-06 20:43:43 -04:00
model_management fix(backend): handle systems with glibc < 2.33 2023-10-15 07:56:55 +11:00
__init__.py POC of a test that depends on models. 2023-10-05 15:35:58 -04:00