Brian Kariuki

Results 6 issues of Brian Kariuki

Here's my query, selecting that first 10 elements from user's collection. ```users = Repo.all(from(u in UserModel, limit: 4, select: u))``` When I run this I get this errror ``` **...

### Environment * Elixir & Erlang versions Elixir 1.16.2 (compiled with Erlang/OTP 26): * ExAws version 2.5.1 * HTTP client version. hackney 1.20.1 ### Current behavior This code that streams...

I'm working on adding LLaVA to bumblebee as a learning exercise. I need some guidance on a few things: 1. From the official implementation of LLaVA as seen [here](https://github.com/haotian-liu/LLaVA/blob/main/llava/model/multimodal_encoder/clip_encoder.py) ,...

kind:feature
note:discussion

**Describe the bug** I have a large csv with many columns. I have used the column mapping feature to map csv columns to my database columns, When I hit run...

bug
need-more-info :grey_question:

Thanks for this amazing research. When will the code or model weights be available?

I get the above error when using variants. My variant ``` let variants = { goalVisible: { opacity: 1, transition: { opacity: { duration: 0.25, }, y: { duration: 0.15,...