Malte Isberner

Results 11 comments of Malte Isberner

I think what the suggestion ultimately boils down to is to allow parameterized kuttl test suites. An option to allow suppressing a check _just_ for the specific case of resource...

Maybe I just failed to extract the relevant information from the podman issue, but I can't really follow why this is looked at with an assumption of inevitability to a...

Yes, I think I understand it slightly better now. I think https://github.com/misberner/cri-o/commit/0d745dbc45b252d262de5fa8cc4ff86f467d0091 (illustrative purposes only, unit tests probably need fixing) would be a "better" way to compute the cross-product that...

After spending some time more in the code, I think it's more complicated than that. The correct `repo@digest` cannot be added in the general `copy.Image` function (this works, but I...

Could any of the maintainers please take a look at this?

@bulletmys @GoWebProd would it be possible to take a look at this PR?

I've been able to hit this issue with most of the suggested solutions: using bfloat16, using `unk_token` instead of `eos_token` as the `pad_token` (`"[PAD]"` is not in the vocab, so...

Unfortunately I have to report that even when using the `bos_token` for left-padding, the error sometimes occurs. In my case, this happened with an inference batch size of 8 and...