Antoine Bouthors
Antoine Bouthors
Hi, I have a series of images which for some reason outside of my control have the same (invalid) exposure time, but I happen to know what the correct value...
What's the plan regarding proguard? Would acra-storage retrace the stacktrace when it receives the report, or would acralyzer retrace them on the fly? I see the proguard deobfuscator is written...
What are the requirements for an RSS client to access Acralyzer's RSS feed? I can click the RSS icon in the "latest reports" view and see the RSS content alright,...
### Describe the bug Running the tests from the 0.6.0 tag, the accelerate tests fail with the following stack trace: ``` self = @require_accelerate @unittest.skipIf(torch_device != "cuda", "This test is...
### Describe the bug The release notes claim that using `enable_xformers_memory_efficient_attention` makes inference faster. In my tests, this is true when using SD 1.5, but false when using SD 2.0....
### Describe the bug If multiple users attempt to share the same models cache (e.g., on a company internal shared file system), custom pipelines fail to load. As encountered in...
Hi, I've also filed this under https://github.com/okken/pytest-check/issues/25, but since the issue arises only when using both plugins together, I'm not sure where the responsibilities lie, so flagging it with both...
Let's say I have a utility function in my tests calling some assumptions for tests to use: ``` import pytest def assert_is_42(n): __tracebackhide__ = True assert n == 42 def...