Alexandre Gallice
Alexandre Gallice
:+1: for the proposal from @zhfeng.
@jeejeelee Yes, this is the [lora model](https://huggingface.co/ibm-granite/granite-3.2-8b-lora-uncertainty/tree/main) I try to use along with this [base model](https://huggingface.co/ibm-granite/granite-3.2-8b-instruct). I've downloaded both locally.
Hello @jeejeelee, I wonder if the issue could be reproduced on another machine than mine ?
Many thanks for stepping in @frreiss 👍 On my side, I was able to merge the lora + base model on another platform. From there, I'm now able to run...
@jeejeelee Sure, looks ok.
Looks good.
The failure seems merely linked to uncommitted changes.
That's quite a pr. Many thanks for transparently explaining the intent in the first note and putting so much useful comment in the code. It really helps one without much...
Tested locally and the fix looks good to me. We are past this issue now, many thanks @frreiss :+1:
onException handling would also profit from build time route inspection as `onException(MyException.class)` would require `MyException.class` to be listed among the classes that require reflection.