g-prz
g-prz
Hey @SunMarc 🙋♂️ I'd like to try my chance to contribute to this issue, can I take Falcon? 🦅
Hey @SunMarc 🤗 Gonna continue with granite 🪨
Hey @wolverdude 🙋♂ I am running into another funny behavior that is related and didn't find any reasons from former explanations. If you multiply the calls to `add_schema` you are...
I understand, I thought that `add_object` amends an existing schema and would therefore preserve the former declaration (hence enabling dynamic modifications). Thank you for the clarification.
Hey @rlouf 🙋♂️ I'm not sure, but it seems that the runner disk is full and qwen2-audio files are taking a bit too much space, I can try to find...
Hey @rlouf Running into something funny, I have `test_generate_text[model_transformers_audio-beam_search]` that fails, after investigation the instantiation of the `beam_search` sampler with default param `beams` to 1 leads to a greedy sampler...
Hey @rlouf I updated `test_generate_text` I have 95% coverage, the missing parts are in case of import errors (not sure we want to modify the test env to have the...
Hey @rlouf updated here, still having no coverage if `transformers` is not installed but not sure we want to modify the test env to test these lines of code?
@rlouf seems ready for review