Gabriel Corona

Results 204 comments of Gabriel Corona

I reached the same problem [when trying to run Stable Diffusion on top of the diffusers package](https://www.gabriel.urdhr.fr/2022/08/28/trying-to-run-stable-diffusion-on-amd-ryzen-5-5600g/) : > NotImplementedError: Could not run 'aten::empty_strided' with arguments from the 'HIP' backend....

@ablazet For me, this was caused by trying to use the "hip" PyTorch device. [You are expected to use the "cuda" device.](https://pytorch.org/docs/stable/notes/hip.html#hip-interfaces-reuse-the-cuda-interfaces)

One workaround might be to use a mutex in order to prevent concurrent mypy linting. Ultimately, `sys.stdout` and `sys.stderr` overriding could create some other issues and this should be fixed...

@elkhadiy started working on a PR on mypy. (@elkhadiy: Tell me if you want some help on the PR.) In the meanwhile, I used the workaround of executing the body...

@remorses, mypy's bug is not marked as fixed and at first glance I don't see any change in the latest release in this regard.

It would probably be better to have a code which works with both versions without explicitly checking the Python version. I don't know Alternatively maybe we could drop support for...

Yes, that's a way to to it it not a very satisfying one :) It would be probably be worth mentioning in the doc if this is the recommended way...

See for example, "[How to securely store and use session IDs](https://security.stackexchange.com/questions/244696/how-to-securely-store-and-use-session-ids)" on Information Security Stack Exchange.

> Has the environment here changed any? What's the state look like for isolating Flatpaks into their own network namespaces? Nowadays, it appears you can use `iptables` and such in...

How long (approximately) is this? I'll try and see if I can reproduce this. This is using Mac OS X with a local unbound ? I don't have a MacOS...