Simon Kirsten

Results 19 comments of Simon Kirsten

I am well aware of the code you posted but it is not any more safe to use than no filtering at all. If a provider simply adds a new...

While I like your idea @ThangHuuVu there is still one pain point for me: > throw an error if the object contains extra fields if the provider decides to add...

I fixed the problem for now by pre-processing the input spec using yq: ```sh yq 'del(.paths.[].[].responses.default)' openapi.yaml | openapi --input /dev/stdin ... ```

I am getting the same error on a RTX 3090 (24GB) using the example script with `diffusers.git@688031c592a08832387761971f1e6ca504a5900b`: ``` RuntimeError: CUDA out of memory. Tried to allocate 1024.00 MiB (GPU 0;...

I played around with some of the settings and they indeed fix the "CUDA out of memory" problem on the RTX 3090 (24 GB): | args | performance | |...

@antoneliasson Thank you very much. I manually changed the code as you suggested and it fixed my problem.

I wanted to push the changes originally but I deleted the code and forgot about it. Will do now... Edit: Nevermind I have no clue what I changed...

I also updated the graph logic to visualize the plain connection. Unfortunately the `circo -Tsvg` command (right) that is referred to here in the docs does not visualize the locations...

I am now testing this in a 50 node cluster and its working great so far. But the `kgctl graph` is not working correctly. I will try to fix it.

I had the same problem on a fresh Ubuntu 22.04 VM. Downgrading to 20.04 fixed it for me.