Ingo Marquart

Results 9 comments of Ingo Marquart

> Looks like you just need to adjust the regex match statement on two existing tests and that portion should be good to go. > The next thing to validate...

> Hi @IngoStatworx thanks for the idea! We'd be thrilled to review your PR when you submit it. In the meantime, if you have any questions, please let us know...

I am having this issue with Langchain, FastAPI and StreamingResponse in Docker. I am using LCEL, including standard Runnables and custom Runnables. The issue occurs both when generating via stream()...

> > same on macOS 14.0 (Apple silicon M1), partial fig doctor log: > > ``` > > ✔ Daemon > > ✘ Daemon diagnostics: Daemon websocket error > >...

> For this to be possible, we would have to switch from the "Streaming" Arrow format to the "Random Access" (IPC/Feather) format, which allows reading arbitrary record batches (explained [here](https://arrow.apache.org/docs/python/ipc.html))....

> > Could you explain why you'd need to change the arrow format? > > This way workers have random access to the location of the file where its dataset...

> I got the same error, pyarrow 12.0.0 released May/2023 (https://pypi.org/project/pyarrow/) is not compatible, running `pip install pyarrow==11.0.0` to force install the previous version solved the problem. > > Do...

The issue is actually with the Collator for Language Modelling, which happens to mask out all Padding tokens. This, of course, includes the EOS token - so there is no...