Joel Koch
Joel Koch
This would also help for builds on codemagic, they accept setting the flutter version using [fvm_config.json](https://docs.codemagic.io/yaml-quick-start/building-a-flutter-app/#setting-the-flutter-version)
We might not want to vectorize all the state of the logits processors e.g. when we want to read from a shared state tensor while processing the vectorized logits we...
I just closed my unsuccessful [draft PR](https://github.com/huggingface/transformers/pull/35320) to bring this model into `transformers`, so I'm going to close this PR too. As you've said, it's still available here: https://github.com/joelpaulkoch/bumblebee/tree/jina-embeddings-v2-base-code https://github.com/joelpaulkoch/bumblebee/tree/jina-embeddings-v2
I came across something similar on a project today. I believe we can replicate the query in sqlite by using the `row_number()` window function to assign each row a number...
You can use the package as git dependency in mix: https://github.com/joelpaulkoch/sqlite_vec. I want to refactor the PR so that it doesn't depend on `octo_fetch`. Instead we can use [`elixir_make`](https://hexdocs.pm/elixir_make), this...
So, here's the updated PR. A few notable points: 1. it's not no-dep, but [`elixir_make`](https://github.com/elixir-lang/elixir_make) is a compile time only dependency, and pretty established (as you can see by the...
Regarding amalgamation, that would mean we would include those preprocessed files in the package (tarball), right? Then have a simple Makefile to build from `sqlite-vec.c` and `sqlite-vec.h`, and no symlinks....