InvokeAI/tests/backend/model_management
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
..
test_libc_util.py fix(backend): handle systems with glibc < 2.33 2023-10-15 07:56:55 +11:00
test_memory_snapshot.py Add unit test for get_pretty_snapshot_diff(...). 2023-10-03 14:25:34 -04:00
test_model_load_optimization.py (minor) Fix Flake8. 2023-10-10 10:06:53 -04:00