fighter3005

Results 10 comments of fighter3005

For me, wrapping the NextUI Input with a Controller fixes the default value problem, however, the errorMessage is not shown! The input is red, the errorMessage is passed, but it...

> Hey @fighter3005 , > > > For me, wrapping the NextUI Input with a Controller fixes the default value problem, however, the errorMessage is not shown! The input is...

> If you have both nextui validation props (isRequired, minLength, maxLength) and RHF validation they might conflict - possibly there might be some race condition between html, nextui, and RHF...

Actually, I have the same issue! ``` const meta: Meta = { title: 'Toast', component: Toast, args: { onClose: action('closed'), }, decorators: [ (Story) => ( ), ], }; ```...

I am facing the same issue. I am also using the NVidia Docker image. Ryzen 5600 on a B350 board Ubuntu 24.02, 6.8.0-50-generic

Any updates on this?

The model does run, but it seems that image encoder is not part of the model weights!? I am not sure what is going on there. I get: `level=INFO source=server.go:809...

> [@fighter3005](https://github.com/fighter3005) I created model for you. you can find it here: https://ollama.com/amsaravi/medgemma-4b-it-q8 > > take a look at this notebook to see how to do that: https://colab.research.google.com/drive/12MW3bwp_-rXVFuC_6dVBp9q8VPCvVFT7?usp=sharing Thank you...

> i have tested on ollama 0.9.0. image and text, both of them works Thank you very much! Works!