wren

Results 8 comments of wren

Swapping pulsar for kafka fixes the problem, but that doesn't seem like a complete solution.

I think i probably misunderstood the title edit, but ideally it would be on `OutputContext` and `InputContext`.

I was looking for a similar feature before I came across this issue. I probably missed it in the documentation, but it could be nice if this was documented more...

Here's mine, I stole your `PYTHONPATH`. The only thing not working for me is `editablePackages` for dev tools (pyright complains about relative imports unless I `poetry shell`). ```nix { description...

One problem with the `PYTHONPATH` for dev approach is that it will ruin some of your cli packages. `awscli2` for example imports `urllib3` and getting the wrong one will render...

So, the `LD_LIBRARY_PATH` solves this error `ValueError: the greenlet library is required to use this function. libstdc++.so.6: cannot open shared object file: No such file or directory` for me. editablePackages...

Sorry to bump an old issue here, but does this mean that `--download-dir` does not load weights? Because the docs say "Directory to download and load the weights, default to...