Roy Hvaara
Roy Hvaara
@skotapati Thanks for clarifying! Is this a hardware limitation? Could MPS possibly support subnormal numbers in fp32 in the future if it became a priority? From what I can tell...
What does hardcoding `data[thread_index] = nextafter(nextafter(float(0), float(1)), float(1))` give you?
Ref https://github.com/KindXiaoming/pykan cc @KindXiaoming
For those coming here from Google, I'd like to leave https://github.com/mintisan/awesome-kan as a breadcrumb. It's a great entry point to learn more - papers, projects, tutorials, etc - and to...
Thanks @shaunwarman, I may or may not end up working on this. If I do, do you want a PR upstream?
Hey @shaunwarman We ended up using the official npm registry. I did investigate how npm does it against `registry.npmjs.org`. Seems like the `/` in the package name is escaped into...
Unfortunately not. We ended up going with npm.
I wanted to add the `good first issue` and `help wanted` labels to this bug, because I think it's a good way for somebody who wants to contribute to do...
The noisy images from FLUX on MPS is due to a regression in batch norm. This regressed some time after PyTorch v2.3.1, which is why downgrading works. Follow https://github.com/pytorch/pytorch/issues/133520 for...
@zwqjoy What does ```python import torch print(torch.__version__) ``` give you? Some times pip can be a little sneaky and you have two versions installed. You could also try starting from...