Benjamin Bossan
Benjamin Bossan
> In this case, the model loaded successfully, but an error occurred during the image generation process. Could you please show the code and error message. > Given the initial...
Thanks a lot for reporting this issue. Your suspicion appears to be correct. We do a check in our deployment script for this exact thing: https://github.com/skorch-dev/skorch/blob/5bd84bd45d3f1c4793a05370e0e6d2cc31a5d6be/scripts/deploy.sh#L66 I just ran this...
@Ball-Man Are you still interested in working on this? > I am checking the docs to see if there is anything specific I need to know before doing so, or...
Fantastic, thanks a lot. This was just intended as a reminder, don't feel pressured.
Thanks for the PR. Could you please give us a bit more context on why you have scalings with 0? Note that there is already a check for disabled adapters,...
Thanks @phamvanhoang9 for suggesting a solution. @YOUSEFNANIS let us know if this solves the problem for you or not.
Great, thanks for reporting back. Feel free to re-open the issue if something new comes up.
Thanks for the PR to support INC. Could you please provide a short example to test this out? I assume some features like merging of LoRA weights would not work...
> Are you thinking to add a standalone HPU INC quantized Flux LoRA inference example py file, or somehow integrate into existing example script? A standalone can be done quickly....
> I will implement the placeholders and should be able to test them via merge/unmerge with an LLM case, rather than diffusers case. Thanks, sounds good. > I assume you...