Results 86 comments of extraymond

Not sure if this is related, but my pytorch inference setup faced the same issue, the issue is hard to reproduce but I think I'm starting to see a pattern...

> @extraymond, which GPUs are you using in your multicard setup? Would it be possible for you to share your code or a minimal reproducible example for us to further...

it would be nice to use cornucopia within cloudflare worker. cloudflare worker is a wasm-based edge computing platform. It currently provides a way to connect to tokio-postgres with their custom...

> https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/vae_encoder/model.onnx > > Failing to load with > > ``` > Slice: steps other than 1 are not supported > ``` > > step is `-1` With the latest...

I see the above discussion were more about from the perspective of the rust wasm author, which many valid points are raised. I mostly agree that wasm-pack may not be...

+1, also bumped into this when using hatchling as backend for uv managed projects. The PR @eitanV81 created allows large wheels to work. ```toml [build-system] requires = [ "hatchling @...