hydai

Results 815 comments of hydai

No longer need this PR. We already support gemma3-vision, which is good enough to fully replace this model.

This PR will introduce breaking changes to wasmedge.h. Could you please check if the new libwasmedge.so is compatible with crun before we merge this PR?

Yes. So we should: 1. Detect if there are exported malloc, new, free, and delete with the expected function signature, which means these functions follow the WASI-LIBC style. We would...

Hi @q82419, I am wondering whether we still want to provide this function. Is handling memory instances the responsibility of the developers? If so, then perhaps providing a helper library...

Hi @vdimir Please sign your commits with DCO, thanks. Ref: https://wasmedge.org/docs/contribute/#dco

The Windows CI failed because of an extra `;` in the `callback_sink.h`. A fix is merged by the upstream: https://github.com/gabime/spdlog/pull/3198 We are unsure when will have a new release from...

@ibmibmibm PTAL. This PR should be ready to merge.

Hi, @ibmibmibm I believe these are minor issues, and it's totally fine to fix them later via another PR. I would like to merge this PR first. Could you please...