Luca Beurer-Kellner

Results 149 comments of Luca Beurer-Kellner

Are you using `lmql.run` or LMQL via decorator functions `@lmql.query`.

Hi Zhang, we indeed are thinking about expanding to other platforms and languages. Could you detail a bit what kind of TypeScript support you are looking for: * Do you...

I looked into bridging Python-Nodejs interoperation, but the space seems quite sparse. Is a full native port the only option here, or is anyone aware of a non-messy solution for...

The Playground uses a WebAssembly Build of LMQL that runs in a Web Worker. You could indeed run the same setup headlessly, relying on JavaScript on the Frontend and communicating...

I have created a small experimental demo project, which loads the LMQL WebAssembly Build in JavaScript here: https://github.com/lmql-lang/lmql.js, with some simple client code that demonstrates how to use it from...

Thanks for offering help. Definitely, feel free to explore the code base, we are accepting PRs. I will have a closer look myself, or did you already fix this in...

Since the latest serve-model implementation no longer relies on multiprocessing and child processes, this issue should be fixed with the latest version.

Wow thanks, this is amazing news. Thanks for pointing it out. AFAIK this has not always been the case, especially early on the API was very limited, but we should...

Thanks for reaching out. The title suggest, that you have issues with the auto reloading nature of the playground. Is this the case? Is the issue non-responsiveness due to limited...

Thanks, these suggestions seem reasonable. My plan for this issue would then be: * pip package ships with pre-build playground client code, which is served cold * cloned package builds...