Maximilian Winter

Results 8 issues of Maximilian Winter

Hello, I really like your idea of a custom language and I have tried to integrate cscs in unity, the way described in your article. But I have some problems...

I have added llama-cpp-python support. I also created a example notebook on how to use it!

I think I fixed most of the functionality for Entities 1.0

**Please describe the purpose of this pull request.** Update the grammar generator to contain fixes and additional functionality. And fixes possible none value of the model in chat_completion_proxy **How to...

**Please describe the purpose of this pull request.** This implements a dynamic template field system for the system message editable at runtime through CLI. This also implements a customizable core...

I had an error about type interference, when using txt2img. I fixed this by adding explicit types. I'm relatively new to python, so I'm not sure, if this is right....

The self extend is broken on the server according to this. https://github.com/ggerganov/llama.cpp/issues/7005 This PR tries to fix the self extend mechanism in the server. I tested it with passkey test...

help wanted
examples
review complexity : low
server

**Please describe the purpose of this pull request.** Adds the things discussed in this issue: https://github.com/cpacker/MemGPT/issues/770 **Have you tested this PR?** No, wasn't sure about how to test it. **Related...