Mathijs de Bruin

Results 237 comments of Mathijs de Bruin

@lidel libp2p sockets (as well as `.onion`) is something on the horizon and I do follow your arguments. I have hereby added it explicitly to our roadmap-in-progress. However, I do...

> > I am uncertain whether making it the default for the 100k+ or so active daily users of the IPFS UI would provide an acceptable experience. > > I...

https://github.com/ggerganov/llama.cpp/pull/5311 Would love to get this 30% performance increase PLUS CPU offload during inference!

https://github.com/nomic-ai/gpt4all/blob/main/gpt4all-backend/CMakeLists.txt#L5 This is where the decisions is defined. I suppose the ideal outcome is Vulkan is: ``` option(LLMODEL_VULKAN "llmodel: use Vulkan" ON) ``` But only for Intel Mac.

Is anyone still seeing this error?

This might be a dup of this one: #1275 @chibexme I'd appreciate a little formatting love on the blob in your original bug report. Please? 🙏🏼 🥺

I'm closing this in favour of #1213, which would make the _entire_ request object (including cookies, URL, headers) available. Happy to receive PR's for that one and hereby explicitly offering...

Hey all, we're finally getting to give love to some of these long-pending contribs. As in the meantime, we've landed the possibility to mount chainlit in FastAPI apps, so that...

@smueller18 Thanks for the head's up. I will close this one for now.

I just went quite deep into the existing SQLAlchemy layer as part of #1319, added tests and make it work with SQLite. I then read the code in this PR...